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