- All Implemented Interfaces:
Getter<T,P>
public class NullGetter<T,P>
extends Object
implements Getter<T,P>
-
Method Summary
Return the property from the specified object.
static boolean
-
Method Details
-
-
get
Description copied from interface: Getter
Return the property from the specified object.
- Specified by:
get in interface Getter<T,P>
- Parameters:
target - the object to get the property from
- Returns:
- the property
-
getter
public static <T,
V> Getter<T,V> getter()
-
isNull
public static boolean isNull(Getter<?,?> getter)