public final class ObjectGetterFactory extends Object
ObjectGetterFactory(AsmFactory asmFactory)
<T,P> Getter<T,P>
getFieldGetter(Class<?> target, String property)
getGetter(Class<? super T> target, String property)
getMethodGetter(Method method)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectGetterFactory(AsmFactory asmFactory)
public <T,P> Getter<T,P> getGetter(Class<? super T> target, String property)
public <T,P> Getter<T,P> getMethodGetter(Method method)
public <T,P> Getter<T,P> getFieldGetter(Class<?> target, String property)
Copyright © 2015. All rights reserved.