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