public class NullContextualGetter<T,P> extends Object implements ContextualGetter<T,P>
| Modifier and Type | Method and Description |
|---|---|
P |
get(T target,
org.simpleflatmapper.converter.Context context) |
static <T,V> ContextualGetter<T,V> |
getter() |
static boolean |
isNull(ContextualGetter<?,?> getter) |
String |
toString() |
public P get(T target, org.simpleflatmapper.converter.Context context)
get in interface ContextualGetter<T,P>public static <T,V> ContextualGetter<T,V> getter()
public static boolean isNull(ContextualGetter<?,?> getter)
Copyright © 2020. All rights reserved.