Modifier and Type | Method and Description |
---|---|
static ObjectValueBuilder |
Variables.objectValue(Object value)
Returns a builder to create a new
ObjectValue that encapsulates
the given value . |
static ObjectValueBuilder |
Variables.objectValue(Object value,
boolean isTransient)
Returns a builder to create a new
ObjectValue that encapsulates
the given value . |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectTypeImpl.applyValueInfo(ObjectValueBuilder builder,
Map<String,Object> valueInfo) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectVariableBuilderImpl |
class |
SerializedObjectValueBuilderImpl |
Modifier and Type | Method and Description |
---|---|
ObjectValueBuilder |
ObjectVariableBuilderImpl.serializationDataFormat(SerializationDataFormat dataFormat) |
ObjectValueBuilder |
ObjectVariableBuilderImpl.serializationDataFormat(String dataFormatName) |
Modifier and Type | Interface and Description |
---|---|
interface |
SerializedObjectValueBuilder |
Modifier and Type | Method and Description |
---|---|
ObjectValueBuilder |
ObjectValueBuilder.serializationDataFormat(SerializationDataFormat dataFormat) |
ObjectValueBuilder |
ObjectValueBuilder.serializationDataFormat(String dataFormatName) |
Copyright © 2022. All rights reserved.