Module org.simpleflatmapper.reflect
Class IndexedLongArrayGetter
java.lang.Object
org.simpleflatmapper.reflect.getter.IndexedLongArrayGetter
- All Implemented Interfaces:
Getter<long[],,Long> LongGetter<long[]>
public final class IndexedLongArrayGetter
extends Object
implements Getter<long[],Long>, LongGetter<long[]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedLongArrayGetter
public IndexedLongArrayGetter(int index)
-
-
Method Details
-
getLong
- Specified by:
getLongin interfaceLongGetter<long[]>- Throws:
Exception
-
get
Description copied from interface:GetterReturn the property from the specified object.
-