public class DelegateMarkerSetter<T> extends Object implements CellSetter<T>
| Constructor and Description |
|---|
DelegateMarkerSetter(CsvMapper<?> mapper,
Setter<T,?> setter) |
| Modifier and Type | Method and Description |
|---|---|
CsvMapper<?> |
getMapper() |
Setter<T,?> |
getSetter() |
void |
set(T target,
char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public void set(T target, char[] chars, int offset, int length, ParsingContext parsingContext) throws Exception
set in interface CellSetter<T>Exceptionpublic CsvMapper<?> getMapper()
Copyright © 2015. All rights reserved.