public class ObjectTypeImpl extends AbstractValueTypeImpl implements SerializableValueType
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_NAME |
nameVALUE_INFO_OBJECT_TYPE_NAME, VALUE_INFO_SERIALIZATION_DATA_FORMAT| Constructor and Description |
|---|
ObjectTypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyValueInfo(ObjectValueBuilder builder,
Map<String,Object> valueInfo) |
TypedValue |
createValue(Object value,
Map<String,Object> valueInfo)
Creates a new TypedValue using this type.
|
SerializableValue |
createValueFromSerialized(String serializedValue,
Map<String,Object> valueInfo)
Creates a new TypedValue using this type.
|
Map<String,Object> |
getValueInfo(TypedValue typedValue)
Get the value info (meta data) for a
TypedValue. |
boolean |
isPrimitiveValueType()
Indicates whether this type is primitive valued.
|
canConvertFromTypedValue, convertFromTypedValue, equals, getName, getParent, hashCode, isAbstract, isTransient, toString, unsupportedConversionclone, finalize, getClass, notify, notifyAll, wait, wait, waitcanConvertFromTypedValue, convertFromTypedValue, getName, getParent, isAbstractpublic static final String TYPE_NAME
public boolean isPrimitiveValueType()
ValueTypeisPrimitiveValueType in interface ValueTypepublic TypedValue createValue(Object value, Map<String,Object> valueInfo)
ValueTypecreateValue in interface ValueTypevalue - the valuepublic Map<String,Object> getValueInfo(TypedValue typedValue)
ValueTypeTypedValue.
The keys of the returned map for a TypedValue are available
as constants in the value's ValueType interface.getValueInfo in interface ValueTypepublic SerializableValue createValueFromSerialized(String serializedValue, Map<String,Object> valueInfo)
SerializableValueTypecreateValueFromSerialized in interface SerializableValueTypeserializedValue - the value in serialized formprotected void applyValueInfo(ObjectValueBuilder builder, Map<String,Object> valueInfo)
Copyright © 2021. All rights reserved.