Class JsonTypeImpl

  • All Implemented Interfaces:
    Serializable, org.camunda.bpm.engine.variable.type.PrimitiveValueType, org.camunda.bpm.engine.variable.type.ValueType

    public class JsonTypeImpl
    extends org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl

        org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BooleanTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.BytesTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DateTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.DoubleTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.IntegerTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.LongTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NullTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.NumberTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.ShortTypeImpl, org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl.StringTypeImpl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String JSON_TYPE_NAME  
      • Fields inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl

        javaType
      • Fields inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl

        name
      • Fields inherited from interface org.camunda.bpm.engine.variable.type.ValueType

        BOOLEAN, BYTES, DATE, DOUBLE, FILE, INTEGER, LONG, NULL, NUMBER, OBJECT, SHORT, STRING, VALUE_INFO_TRANSIENT
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonTypeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JsonValue createValue​(Object value, Map<String,​Object> valueInfo)  
      • Methods inherited from class org.camunda.bpm.engine.variable.impl.type.PrimitiveValueTypeImpl

        getJavaType, getValueInfo, isPrimitiveValueType, toString
      • Methods inherited from class org.camunda.bpm.engine.variable.impl.type.AbstractValueTypeImpl

        canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, unsupportedConversion
      • Methods inherited from interface org.camunda.bpm.engine.variable.type.ValueType

        canConvertFromTypedValue, convertFromTypedValue, getName, getParent, isAbstract