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