Module org.simpleflatmapper.reflect
Class IndexedByteArraySetter
java.lang.Object
org.simpleflatmapper.reflect.setter.IndexedByteArraySetter
- All Implemented Interfaces:
ByteSetter<byte[]>,Setter<byte[],Byte>
public final class IndexedByteArraySetter
extends Object
implements Setter<byte[],Byte>, ByteSetter<byte[]>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IndexedByteArraySetter
public IndexedByteArraySetter(int index)
-
-
Method Details
-
setByte
- Specified by:
setBytein interfaceByteSetter<byte[]>- Throws:
Exception
-
set
Description copied from interface:SetterSet the properties on the target object to value.
-