Module org.simpleflatmapper.reflect
Class IndexedShortArrayGetter
java.lang.Object
org.simpleflatmapper.reflect.getter.IndexedShortArrayGetter
- All Implemented Interfaces:
Getter<short[],,Short> ShortGetter<short[]>
public final class IndexedShortArrayGetter
extends Object
implements Getter<short[],Short>, ShortGetter<short[]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedShortArrayGetter
public IndexedShortArrayGetter(int index)
-
-
Method Details
-
getShort
- Specified by:
getShortin interfaceShortGetter<short[]>- Throws:
Exception
-
get
Description copied from interface:GetterReturn the property from the specified object.
-