T - the type to read the property from@FunctionalInterface
public static interface Meta.Getter<T>
Meta.objects(uk.kludje.Meta.Getter[])| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(T t)
Reads a property value from the argument.
|
java.lang.Object get(T t)
t - the source of the property value