java.lang.Object
org.simpleflatmapper.reflect.getter.IndexedObjectArrayGetter<E>
- All Implemented Interfaces:
Getter<E[],E>
public final class IndexedObjectArrayGetter<E>
extends Object
implements Getter<E[],E>
-
Constructor Summary
Constructors
-
Method Summary
Return the property from the specified object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IndexedObjectArrayGetter
public IndexedObjectArrayGetter(int index)
-
Method Details
-
get
Description copied from interface: Getter
Return the property from the specified object.
- Specified by:
get in interface Getter<E[],E>
- Parameters:
target - the object to get the property from
- Returns:
- the property
- Throws:
Exception - if anything goes wrong