public class DataTypeAdapter extends Object implements AttributeAdapter
| Constructor and Description |
|---|
DataTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
dtypeConv(DataType dataType) |
static DataType |
dtypeConv(int 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 onpublic static DataType dtypeConv(int dataType)
Copyright © 2021. All rights reserved.