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