Uses of Class
org.camunda.bpm.engine.variable.impl.value.NullValueImpl
Packages that use NullValueImpl
Package
Description
-
Uses of NullValueImpl in org.camunda.bpm.client.variable.impl.mapper
Methods in org.camunda.bpm.client.variable.impl.mapper that return NullValueImplModifier and TypeMethodDescriptionNullValueMapper.convertToTypedValue
(UntypedValueImpl untypedValue) NullValueMapper.readValue
(TypedValueField typedValueField, boolean deserialize) Methods in org.camunda.bpm.client.variable.impl.mapper with parameters of type NullValueImplModifier and TypeMethodDescriptionvoid
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 NullValueImplModifier and TypeMethodDescriptionNullValueSerializer.convertToTypedValue
(UntypedValueImpl untypedValue) NullValueSerializer.readValue
(ValueFields valueFields, boolean deserialize, boolean asTransientValue) Methods in org.camunda.bpm.engine.impl.variable.serializer with parameters of type NullValueImplModifier and TypeMethodDescriptionvoid
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 NullValueImplModifier and TypeFieldDescriptionstatic final NullValueImpl
NullValueImpl.INSTANCE
static final NullValueImpl
NullValueImpl.INSTANCE_TRANSIENT