public class InstantiatorOnReader<S,T> extends Object implements CellValueReader<T>
| Constructor and Description |
|---|
InstantiatorOnReader(org.simpleflatmapper.reflect.Instantiator<S,T> constructor,
CellValueReader<S> innerReader) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public InstantiatorOnReader(org.simpleflatmapper.reflect.Instantiator<S,T> constructor, CellValueReader<S> innerReader)
public T read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<T>Copyright © 2017. All rights reserved.