Module org.simpleflatmapper.reflect
Class IndexedLongArraySetter
java.lang.Object
org.simpleflatmapper.reflect.setter.IndexedLongArraySetter
- All Implemented Interfaces:
LongSetter<long[]>,Setter<long[],Long>
public final class IndexedLongArraySetter
extends Object
implements Setter<long[],Long>, LongSetter<long[]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedLongArraySetter
public IndexedLongArraySetter(int index)
-
-
Method Details
-
setLong
- Specified by:
setLongin interfaceLongSetter<long[]>- Throws:
Exception
-
set
Description copied from interface:SetterSet the properties on the target object to value.
-