public class EnumCellValueReader<E extends Enum<E>> extends Object implements CellValueReader<E>
| Constructor and Description |
|---|
EnumCellValueReader(Class<E> enumClass) |
| Modifier and Type | Method and Description |
|---|---|
E |
read(char[] chars,
int offset,
int length,
ParsingContext parsingContext) |
String |
toString() |
public E read(char[] chars, int offset, int length, ParsingContext parsingContext)
read in interface CellValueReader<E extends Enum<E>>Copyright © 2016. All rights reserved.