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, readValuecanHandleTypedValue, canHandleTypedValueField, getSerializationDataformatpublic 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.