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