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