public class NDArrayShapeAdapter extends Object implements AttributeAdapter
| Constructor and Description |
|---|
NDArrayShapeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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 onCopyright © 2018. All rights reserved.