public static class MapObjectConversion.FieldToEntryConverter extends Object implements Function<FieldAccess,Maps.Entry<String,Object>>
| Constructor and Description |
|---|
MapObjectConversion.FieldToEntryConverter(Object object) |
| Modifier and Type | Method and Description |
|---|---|
Maps.Entry<String,Object> |
apply(FieldAccess from)
Compute the result of applying the function to the input argument
|
public MapObjectConversion.FieldToEntryConverter(Object object)
public Maps.Entry<String,Object> apply(FieldAccess from)
Functionapply in interface Function<FieldAccess,Maps.Entry<String,Object>>from - the input objectCopyright © 2014. All rights reserved.