public class BoxedByteContextualGetter<T> extends Object implements ByteContextualGetter<T>, ContextualGetter<T,Byte>
| Constructor and Description |
|---|
BoxedByteContextualGetter(ContextualGetter<? super T,? extends Byte> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Byte |
get(T target,
org.simpleflatmapper.converter.Context context) |
byte |
getByte(T target,
org.simpleflatmapper.converter.Context mappingContext) |
public BoxedByteContextualGetter(ContextualGetter<? super T,? extends Byte> delegate)
Copyright © 2018. All rights reserved.