public class CharCellSetter<T> extends Object implements CellSetter<T>
| Constructor and Description |
|---|
CharCellSetter(org.simpleflatmapper.reflect.primitive.CharacterSetter<? super T> setter,
CharCellValueReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(T target,
char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public CharCellSetter(org.simpleflatmapper.reflect.primitive.CharacterSetter<? super T> setter, CharCellValueReader reader)
public void set(T target, char[] chars, int offset, int length, ParsingContext parsingContext) throws Exception
set in interface CellSetter<T>ExceptionCopyright © 2018. All rights reserved.