public class DelegateDelayedCellSetter<T,P> extends Object implements DelayedCellSetter<T,P>
| Constructor and Description |
|---|
DelegateDelayedCellSetter(CsvMapperCellConsumer<P> handler,
int cellIndex) |
DelegateDelayedCellSetter(DelegateMarkerDelayedCellSetterFactory<T,P> marker,
int cellIndex,
BreakDetector breakDetector) |
| Modifier and Type | Method and Description |
|---|---|
P |
consumeValue() |
CsvMapperCellConsumer |
getCellHandler() |
P |
getValue() |
boolean |
isSettable() |
P |
peekValue() |
void |
set(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
void |
set(T t) |
String |
toString() |
public DelegateDelayedCellSetter(DelegateMarkerDelayedCellSetterFactory<T,P> marker, int cellIndex, BreakDetector breakDetector)
public DelegateDelayedCellSetter(CsvMapperCellConsumer<P> handler, int cellIndex)
public CsvMapperCellConsumer getCellHandler()
public P getValue()
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>Exceptionpublic P consumeValue()
consumeValue in interface DelayedCellSetter<T,P>public P peekValue()
peekValue in interface DelayedCellSetter<T,P>Copyright © 2018. All rights reserved.