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