public class DataTypeAdapter extends Object implements AttributeAdapter
| Constructor and Description |
|---|
DataTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected DataBuffer.Type |
dtypeConv(DataType dataType) |
void |
mapAttributeFor(Object inputAttributeValue,
Field fieldFor,
DifferentialFunction on)
Map the attribute using the specified field
on the specified function on
adapting the given input type to
the type of the field for the specified function.
|
public void mapAttributeFor(Object inputAttributeValue, Field fieldFor, DifferentialFunction on)
AttributeAdaptermapAttributeFor in interface AttributeAdapterinputAttributeValue - the evaluate to adaptfieldFor - the field foron - the function to map onprotected DataBuffer.Type dtypeConv(DataType dataType)
Copyright © 2018. All rights reserved.