Interface AttributeAdapter
-
- All Known Implementing Classes:
BooleanAdapter,ConditionalFieldValueIntIndexArrayAdapter,ConditionalFieldValueNDArrayShapeAdapter,DataTypeAdapter,IntArrayIntIndexAdapter,NDArrayShapeAdapter,SizeThresholdIntArrayIntIndexAdapter,StringEqualsAdapter,StringNotEqualsAdapter
public interface AttributeAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmapAttributeFor(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.
-
-
-
Method Detail
-
mapAttributeFor
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.- Parameters:
inputAttributeValue- the evaluate to adaptfieldFor- the field foron- the function to map on
-
-