public class FileValueMapper extends AbstractTypedValueMapper<FileValue>
Modifier and Type | Field and Description |
---|---|
protected EngineClient |
engineClient |
valueType
Constructor and Description |
---|
FileValueMapper(EngineClient engineClient) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canReadValue(TypedValueField typedValueField) |
protected boolean |
canWriteValue(TypedValue typedValue) |
FileValue |
convertToTypedValue(UntypedValueImpl untypedValue) |
protected boolean |
isDeferred(Object variableValue) |
FileValue |
readValue(TypedValueField value,
boolean deserializeValue) |
void |
writeValue(FileValue fileValue,
TypedValueField typedValueField) |
canHandleTypedValue, canHandleTypedValueField, getSerializationDataformat, getType
protected EngineClient engineClient
public FileValueMapper(EngineClient engineClient)
public FileValue convertToTypedValue(UntypedValueImpl untypedValue)
public FileValue readValue(TypedValueField value, boolean deserializeValue)
public void writeValue(FileValue fileValue, TypedValueField typedValueField)
protected boolean canWriteValue(TypedValue typedValue)
canWriteValue
in class AbstractTypedValueMapper<FileValue>
protected boolean canReadValue(TypedValueField typedValueField)
canReadValue
in class AbstractTypedValueMapper<FileValue>
protected boolean isDeferred(Object variableValue)
Copyright © 2022. All rights reserved.