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
| 从类 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.