com.agapple.mapping.core.introspect
类 ThisSymbolGetExecutor
java.lang.Object
com.agapple.mapping.core.introspect.AbstractExecutor
com.agapple.mapping.core.introspect.ThisSymbolGetExecutor
- 所有已实现的接口:
- GetExecutor
public class ThisSymbolGetExecutor
- extends AbstractExecutor
- implements GetExecutor
处理下特殊符号的get操作,比如针对"this"返回当前对象的引用
- 作者:
- jianghang 2011-6-27 下午07:58:25
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThisSymbolGetExecutor
public ThisSymbolGetExecutor(Introspector is,
Class<?> clazz,
String key)
invoke
public Object invoke(Object obj)
throws BeanMappingException
- 指定者:
- 接口
GetExecutor 中的 invoke
- 抛出:
BeanMappingException
discover
public static boolean discover(String key)
isAlive
public boolean isAlive()
- 指定者:
- 类
AbstractExecutor 中的 isAlive
Copyright © 2012. All Rights Reserved.