| 参数类型为 Introspector 的 com.agapple.mapping.core.introspect 中的方法 |
protected net.sf.cglib.beans.BulkBean |
PropertyBatchExecutor.buildGetBulkBean(Introspector is,
Class<?> clazz,
String[] fields,
Class[] args)
|
static Method |
PropertyGetExecutor.discover(Introspector is,
Class<?> clazz,
String property)
|
static Field |
FieldGetExecutor.discover(Introspector is,
Class<?> clazz,
String property)
|
static net.sf.cglib.reflect.FastMethod |
FastPropertyGetExecutor.discover(Introspector is,
Class<?> clazz,
String property)
|
static net.sf.cglib.reflect.FastMethod |
FastPropertySetExecutor.discover(Introspector is,
Class<?> clazz,
String property,
Class arg)
|
static Method |
PropertySetExecutor.discover(Introspector is,
Class<?> clazz,
String property,
Class arg)
|
static Field |
FieldSetExecutor.discover(Introspector is,
Class<?> clazz,
String property,
Class arg)
|
static Method |
PropertyGetExecutor.discoverGet(Introspector is,
String which,
Class<?> clazz,
String property)
|
static net.sf.cglib.reflect.FastMethod |
FastPropertyGetExecutor.discoverGet(Introspector is,
String which,
Class<?> clazz,
String property)
|
static Method |
PropertySetExecutor.discoverSet(Introspector is,
Class<?> clazz,
String property,
Class arg)
|
void |
UberspectImpl.setIntrospector(Introspector introspector)
|
| 参数类型为 Introspector 的 com.agapple.mapping.core.introspect 中的构造方法 |
FastPropertyGetExecutor(Introspector is,
Class<?> clazz,
String identifier)
|
FastPropertySetExecutor(Introspector is,
Class<?> clazz,
String identifier,
Class arg)
|
FieldGetExecutor(Introspector is,
Class<?> clazz,
String identifier)
|
FieldSetExecutor(Introspector is,
Class<?> clazz,
String identifier,
Class arg)
|
MapBatchExecutor(Introspector is,
Class<?> clazz,
Object[] fields)
|
MapGetExecutor(Introspector is,
Class<?> clazz,
String key)
|
MapSetExecutor(Introspector is,
Class<?> clazz,
String key,
Class arg)
|
NullSymbolGetExecutor(Introspector is,
Class<?> clazz,
String key)
|
PropertyBatchExecutor(Introspector is,
Class<?> clazz,
String[] fields,
Class[] args)
|
PropertyGetExecutor(Introspector is,
Class<?> clazz,
String identifier)
|
PropertySetExecutor(Introspector is,
Class<?> clazz,
String identifier,
Class arg)
|
ThisSymbolGetExecutor(Introspector is,
Class<?> clazz,
String key)
|
UberspectImpl(Introspector introspector)
|