com.agapple.mapping.core.introspect
类 AbstractExecutor

java.lang.Object
  继承者 com.agapple.mapping.core.introspect.AbstractExecutor
直接已知子类:
FastPropertyGetExecutor, FastPropertySetExecutor, FieldGetExecutor, FieldSetExecutor, MapGetExecutor, MapSetExecutor, NullSymbolGetExecutor, PropertyGetExecutor, PropertySetExecutor, ThisSymbolGetExecutor

public abstract class AbstractExecutor
extends Object

作者:
jianghang 2011-5-25 上午11:21:47

字段摘要
protected  Class<?> objectClass
           
protected  String property
           
 
构造方法摘要
protected AbstractExecutor(Class<?> theClass, String property)
           
 
方法摘要
 Class<?> getTargetClass()
           
 String getTargetProperty()
           
abstract  boolean isAlive()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

objectClass

protected final Class<?> objectClass

property

protected final String property
构造方法详细信息

AbstractExecutor

protected AbstractExecutor(Class<?> theClass,
                           String property)
方法详细信息

isAlive

public abstract boolean isAlive()

getTargetClass

public Class<?> getTargetClass()

getTargetProperty

public String getTargetProperty()


Copyright © 2012. All Rights Reserved.