public class BooleanDelayedCellSetter<T> extends Object implements DelayedCellSetter<T,Boolean>
| Constructor and Description |
|---|
BooleanDelayedCellSetter(org.simpleflatmapper.reflect.primitive.BooleanSetter<? super T> setter,
BooleanCellValueReader reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
consumeBoolean() |
Boolean |
consumeValue() |
boolean |
isSettable() |
Boolean |
peekValue() |
void |
set(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
void |
set(T t) |
String |
toString() |
public BooleanDelayedCellSetter(org.simpleflatmapper.reflect.primitive.BooleanSetter<? super T> setter, BooleanCellValueReader reader)
public Boolean consumeValue()
consumeValue in interface DelayedCellSetter<T,Boolean>public Boolean peekValue()
peekValue in interface DelayedCellSetter<T,Boolean>public boolean consumeBoolean()
public void set(T t) throws Exception
set in interface DelayedCellSetter<T,Boolean>Exceptionpublic boolean isSettable()
isSettable in interface DelayedCellSetter<T,Boolean>public void set(char[] chars,
int offset,
int length,
ParsingContext parsingContext)
throws Exception
set in interface DelayedCellSetter<T,Boolean>ExceptionCopyright © 2018. All rights reserved.