com.agapple.mapping.core.introspect
类 FastPropertyGetExecutor
java.lang.Object
com.agapple.mapping.core.introspect.AbstractExecutor
com.agapple.mapping.core.introspect.FastPropertyGetExecutor
- 所有已实现的接口:
- GetExecutor
public class FastPropertyGetExecutor
- extends AbstractExecutor
- implements GetExecutor
bean 属性的获取
- 作者:
- jianghang 2011-5-25 下午12:37:50
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastPropertyGetExecutor
public FastPropertyGetExecutor(Introspector is,
Class<?> clazz,
String identifier)
invoke
public Object invoke(Object obj)
throws BeanMappingException
- 指定者:
- 接口
GetExecutor 中的 invoke
- 抛出:
BeanMappingException
isAlive
public boolean isAlive()
- 指定者:
- 类
AbstractExecutor 中的 isAlive
discover
public static net.sf.cglib.reflect.FastMethod discover(Introspector is,
Class<?> clazz,
String property)
discoverGet
public static net.sf.cglib.reflect.FastMethod discoverGet(Introspector is,
String which,
Class<?> clazz,
String property)
getMethod
public net.sf.cglib.reflect.FastMethod getMethod()
Copyright © 2012. All Rights Reserved.