Module org.simpleflatmapper.reflect
Class IndexedCharArraySetter
java.lang.Object
org.simpleflatmapper.reflect.setter.IndexedCharArraySetter
- All Implemented Interfaces:
CharacterSetter<char[]>,Setter<char[],Character>
public final class IndexedCharArraySetter
extends Object
implements Setter<char[],Character>, CharacterSetter<char[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the properties on the target object to value.voidsetCharacter(char[] target, char value)
-
Constructor Details
-
IndexedCharArraySetter
public IndexedCharArraySetter(int index)
-
-
Method Details
-
setCharacter
- Specified by:
setCharacterin interfaceCharacterSetter<char[]>- Throws:
Exception
-
set
Description copied from interface:SetterSet the properties on the target object to value.
-