public class JsonValueMapper extends PrimitiveValueMapper<JsonValue>
valueType
Constructor and Description |
---|
JsonValueMapper() |
Modifier and Type | Method and Description |
---|---|
JsonValue |
convertToTypedValue(UntypedValueImpl untypedValue) |
JsonValue |
readValue(TypedValueField typedValueField) |
void |
writeValue(JsonValue jsonValue,
TypedValueField typedValueField) |
canReadValue, canWriteValue, getType, isAssignable, readValue
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat
public JsonValue convertToTypedValue(UntypedValueImpl untypedValue)
public void writeValue(JsonValue jsonValue, TypedValueField typedValueField)
public JsonValue readValue(TypedValueField typedValueField)
readValue
in class PrimitiveValueMapper<JsonValue>
Copyright © 2022. All rights reserved.