public class DateCellValueReader extends Object implements CellValueReader<Date>, org.simpleflatmapper.map.ParsingContextProvider
| Constructor and Description |
|---|
DateCellValueReader(int index,
String pattern,
TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
Object |
newContext() |
Date |
read(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public Date read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<Date>public Object newContext()
newContext in interface org.simpleflatmapper.map.ParsingContextProviderCopyright © 2018. All rights reserved.