Package | Description |
---|---|
org.camunda.bpm.client.variable.impl.mapper | |
org.camunda.bpm.engine.impl.variable.serializer | |
org.camunda.bpm.engine.variable.impl.value |
Modifier and Type | Method and Description |
---|---|
NullValueImpl |
NullValueMapper.convertToTypedValue(UntypedValueImpl untypedValue) |
NullValueImpl |
NullValueMapper.readValue(TypedValueField typedValueField,
boolean deserialize) |
Modifier and Type | Method and Description |
---|---|
void |
NullValueMapper.writeValue(NullValueImpl typedValue,
TypedValueField typedValueField) |
Modifier and Type | Method and Description |
---|---|
NullValueImpl |
NullValueSerializer.convertToTypedValue(UntypedValueImpl untypedValue) |
NullValueImpl |
NullValueSerializer.readValue(ValueFields valueFields,
boolean deserialize,
boolean asTransientValue) |
Modifier and Type | Method and Description |
---|---|
void |
NullValueSerializer.writeValue(NullValueImpl value,
ValueFields valueFields) |
Modifier and Type | Field and Description |
---|---|
static NullValueImpl |
NullValueImpl.INSTANCE |
static NullValueImpl |
NullValueImpl.INSTANCE_TRANSIENT |
Copyright © 2022. All rights reserved.