public class DelegateMarkerSetter<T,P> extends Object implements CellSetter<T>
| Constructor and Description |
|---|
DelegateMarkerSetter(CsvMapperImpl<P> mapper,
Setter<T,P> setter,
int parent) |
public DelegateMarkerSetter(CsvMapperImpl<P> mapper, Setter<T,P> setter, int parent)
public void set(T target, char[] chars, int offset, int length, ParsingContext parsingContext) throws Exception
set in interface CellSetter<T>Exceptionpublic CsvMapperImpl<P> getMapper()
public int getParent()
Copyright © 2015. All rights reserved.