Module org.simpleflatmapper.reflect
Class IndexedShortArraySetter
java.lang.Object
org.simpleflatmapper.reflect.setter.IndexedShortArraySetter
- All Implemented Interfaces:
ShortSetter<short[]>,Setter<short[],Short>
public final class IndexedShortArraySetter
extends Object
implements Setter<short[],Short>, ShortSetter<short[]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedShortArraySetter
public IndexedShortArraySetter(int index)
-
-
Method Details
-
setShort
- Specified by:
setShortin interfaceShortSetter<short[]>- Throws:
Exception
-
set
Description copied from interface:SetterSet the properties on the target object to value.
-