Uses of Class
org.camunda.bpm.engine.variable.impl.value.NullValueImpl
-
Packages that use NullValueImpl Package Description org.camunda.bpm.client.variable.impl.mapper org.camunda.bpm.engine.impl.variable.serializer org.camunda.bpm.engine.variable.impl.value -
-
Uses of NullValueImpl in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return NullValueImpl Modifier and Type Method Description NullValueImpl
NullValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)
NullValueImpl
NullValueMapper. readValue(TypedValueField typedValueField, boolean deserialize)
Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type NullValueImpl Modifier and Type Method Description void
NullValueMapper. writeValue(NullValueImpl typedValue, TypedValueField typedValueField)
-
Uses of NullValueImpl in org.camunda.bpm.engine.impl.variable.serializer
Methods in org.camunda.bpm.engine.impl.variable.serializer that return NullValueImpl Modifier and Type Method Description NullValueImpl
NullValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)
NullValueImpl
NullValueSerializer. readValue(ValueFields valueFields, boolean deserialize, boolean asTransientValue)
Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type NullValueImpl Modifier and Type Method Description void
NullValueSerializer. writeValue(NullValueImpl value, ValueFields valueFields)
-
Uses of NullValueImpl in org.camunda.bpm.engine.variable.impl.value
Fields in org.camunda.bpm.engine.variable.impl.value declared as NullValueImpl Modifier and Type Field Description static NullValueImpl
NullValueImpl. INSTANCE
static NullValueImpl
NullValueImpl. INSTANCE_TRANSIENT
-