Class JsonTypeImpl

All Implemented Interfaces:
Serializable, PrimitiveValueType, ValueType

public class JsonTypeImpl extends PrimitiveValueTypeImpl
See Also:
  • Field Details

  • Constructor Details

    • JsonTypeImpl

      public JsonTypeImpl()
  • Method Details

    • createValue

      public JsonValue createValue(Object value, Map<String,Object> valueInfo)
      Description copied from interface: ValueType
      Creates a new TypedValue using this type.
      Parameters:
      value - the value
      Returns:
      the typed value for the value