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