Module org.simpleflatmapper.reflect
Class IndexedCharArrayGetter
java.lang.Object
org.simpleflatmapper.reflect.getter.IndexedCharArrayGetter
- All Implemented Interfaces:
Getter<char[],,Character> CharacterGetter<char[]>
public final class IndexedCharArrayGetter
extends Object
implements Getter<char[],Character>, CharacterGetter<char[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(char[] target) Return the property from the specified object.chargetCharacter(char[] target)
-
Constructor Details
-
IndexedCharArrayGetter
public IndexedCharArrayGetter(int index)
-
-
Method Details
-
getCharacter
- Specified by:
getCharacterin interfaceCharacterGetter<char[]>- Throws:
Exception
-
get
Description copied from interface:GetterReturn the property from the specified object.
-