public final class ObjectGetterFactory extends Object
| Constructor and Description |
|---|
ObjectGetterFactory(AsmFactory asmFactory) |
| Modifier and Type | Method and Description |
|---|---|
<T,P> FieldGetter<T,P> |
getFieldGetter(Class<?> target,
String property) |
<T,P> Getter<T,P> |
getGetter(Class<? super T> target,
String property) |
<T,P> Getter<T,P> |
getMethodGetter(Method method) |
public ObjectGetterFactory(AsmFactory asmFactory)
Copyright © 2015. All rights reserved.