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

字段摘要
 
从类 com.agapple.mapping.core.introspect.AbstractExecutor 继承的字段
objectClass, property
 
构造方法摘要
ThisSymbolGetExecutor(Introspector is, Class<?> clazz, String key)
           
 
方法摘要
static boolean discover(String key)
           
 Object invoke(Object obj)
           
 boolean isAlive()
           
 
从类 com.agapple.mapping.core.introspect.AbstractExecutor 继承的方法
getTargetClass, getTargetProperty
 
从类 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.