public class ShortCellSetter<T> extends Object implements CellSetter<T>
| Constructor and Description |
|---|
ShortCellSetter(org.simpleflatmapper.reflect.primitive.ShortSetter<? super T> setter,
ShortCellValueReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(T target,
char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public ShortCellSetter(org.simpleflatmapper.reflect.primitive.ShortSetter<? super T> setter, ShortCellValueReader 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.