public class BoxedCharacterContextualGetter<T> extends Object implements CharacterContextualGetter<T>, ContextualGetter<T,Character>
| Constructor and Description |
|---|
BoxedCharacterContextualGetter(ContextualGetter<? super T,? extends Character> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Character |
get(T target,
org.simpleflatmapper.converter.Context context) |
char |
getCharacter(T target,
org.simpleflatmapper.converter.Context mappingContext) |
public BoxedCharacterContextualGetter(ContextualGetter<? super T,? extends Character> delegate)
public char getCharacter(T target, org.simpleflatmapper.converter.Context mappingContext) throws Exception
getCharacter in interface CharacterContextualGetter<T>ExceptionCopyright © 2018. All rights reserved.