Class JsonValueImpl
java.lang.Object
org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<T>
org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<String>
org.camunda.bpm.client.variable.impl.value.JsonValueImpl
- All Implemented Interfaces:
Serializable,JsonValue,org.camunda.bpm.engine.variable.value.PrimitiveValue<String>,org.camunda.bpm.engine.variable.value.TypedValue
public class JsonValueImpl
extends org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<String>
implements JsonValue
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.BooleanValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.BytesValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.DateValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.DoubleValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.IntegerValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.LongValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.NumberValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.ShortValueImpl, org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl.StringValueImpl -
Field Summary
Fields inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
isTransient, type, value -
Constructor Summary
ConstructorsConstructorDescriptionJsonValueImpl(String value) JsonValueImpl(String value, boolean isTransient) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl
equals, getType, hashCodeMethods inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue
getValue, isTransient, setTransient, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValue
getType, getValueMethods inherited from interface org.camunda.bpm.engine.variable.value.TypedValue
isTransient
-
Constructor Details
-
JsonValueImpl
-
JsonValueImpl
-