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