public class MethodGetterPair<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MethodGetterPair
public MethodGetterPair(Method method,
Getter<? super T,?> getter)
-
Method Details
-
-
getGetter
public Getter<? super T,?> getGetter()