public final class IndexedCharArraySetter extends Object implements Setter<char[],Character>, CharacterSetter<char[]>
| Constructor and Description |
|---|
IndexedCharArraySetter(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(char[] target,
Character value)
Set the properties on the target object to value.
|
void |
setCharacter(char[] target,
char value) |
public void setCharacter(char[] target,
char value)
throws Exception
setCharacter in interface CharacterSetter<char[]>ExceptionCopyright © 2020. All rights reserved.