public class ArrayMapping extends Object implements InputMapping<Object[]>
| Constructor and Description |
|---|
ArrayMapping(InputMapping<?>[] elementMappings) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
evaluate(GraphInstance instance) |
InputMapping<?>[] |
getElementMappings() |
public ArrayMapping(InputMapping<?>[] elementMappings)
public InputMapping<?>[] getElementMappings()
public Object[] evaluate(GraphInstance instance)
evaluate in interface InputMapping<Object[]>Copyright © 2018. All rights reserved.