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