Class JsonValueImpl
- java.lang.Object
- 
- org.camunda.bpm.engine.variable.impl.value.AbstractTypedValue<T>
- 
- org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImpl<java.lang.String>
- 
- org.camunda.bpm.client.variable.impl.value.JsonValueImpl
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- JsonValue,- PrimitiveValue<java.lang.String>,- TypedValue
 
 public class JsonValueImpl extends PrimitiveTypeValueImpl<java.lang.String> implements JsonValue - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImplPrimitiveTypeValueImpl.BooleanValueImpl, PrimitiveTypeValueImpl.BytesValueImpl, PrimitiveTypeValueImpl.DateValueImpl, PrimitiveTypeValueImpl.DoubleValueImpl, PrimitiveTypeValueImpl.IntegerValueImpl, PrimitiveTypeValueImpl.LongValueImpl, PrimitiveTypeValueImpl.NumberValueImpl, PrimitiveTypeValueImpl.ShortValueImpl, PrimitiveTypeValueImpl.StringValueImpl
 
- 
 - 
Field Summary- 
Fields inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValueisTransient, type, value
 
- 
 - 
Constructor SummaryConstructors Constructor Description JsonValueImpl(java.lang.String value)JsonValueImpl(java.lang.String value, boolean isTransient)
 - 
Method Summary- 
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.PrimitiveTypeValueImplequals, getType, hashCode
 - 
Methods inherited from class org.camunda.bpm.engine.variable.impl.value.AbstractTypedValuegetValue, isTransient, setTransient, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.variable.value.PrimitiveValuegetType, getValue
 - 
Methods inherited from interface org.camunda.bpm.engine.variable.value.TypedValueisTransient
 
- 
 
-