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 NullValueImplNullValueMapper. convertToTypedValue(UntypedValueImpl untypedValue)NullValueImplNullValueMapper. readValue(TypedValueField typedValueField, boolean deserialize)Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type NullValueImpl Modifier and Type Method Description voidNullValueMapper. 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 NullValueImplNullValueSerializer. convertToTypedValue(UntypedValueImpl untypedValue)NullValueImplNullValueSerializer. 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 voidNullValueSerializer. 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 NullValueImplNullValueImpl. INSTANCEstatic NullValueImplNullValueImpl. INSTANCE_TRANSIENT
-