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