public class CharDelayedGetter<T> extends Object implements CharacterGetter<CsvMapperCellHandler<T>>, Getter<CsvMapperCellHandler<T>,Character>
| Constructor and Description |
|---|
CharDelayedGetter(int index) |
| Modifier and Type | Method and Description |
|---|---|
Character |
get(CsvMapperCellHandler<T> target) |
char |
getCharacter(CsvMapperCellHandler<T> target) |
String |
toString() |
public char getCharacter(CsvMapperCellHandler<T> target) throws Exception
getCharacter in interface CharacterGetter<CsvMapperCellHandler<T>>Exceptionpublic Character get(CsvMapperCellHandler<T> target) throws Exception
Copyright © 2015. All rights reserved.