com.agapple.mapping.core.introspect
类 FieldGetExecutor

java.lang.Object
  继承者 com.agapple.mapping.core.introspect.AbstractExecutor
      继承者 com.agapple.mapping.core.introspect.FieldGetExecutor
所有已实现的接口:
GetExecutor

public class FieldGetExecutor
extends AbstractExecutor
implements GetExecutor

基于field属性的直接操作

作者:
jianghang 2011-6-27 下午08:05:06

字段摘要
 
从类 com.agapple.mapping.core.introspect.AbstractExecutor 继承的字段
objectClass, property
 
构造方法摘要
protected FieldGetExecutor(Introspector is, Class<?> clazz, String identifier)
           
 
方法摘要
static Field discover(Introspector is, Class<?> clazz, String property)
           
 Field getField()
           
 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
 

构造方法详细信息

FieldGetExecutor

protected FieldGetExecutor(Introspector is,
                           Class<?> clazz,
                           String identifier)
方法详细信息

isAlive

public boolean isAlive()
指定者:
AbstractExecutor 中的 isAlive

invoke

public Object invoke(Object obj)
              throws BeanMappingException
指定者:
接口 GetExecutor 中的 invoke
抛出:
BeanMappingException

discover

public static Field discover(Introspector is,
                             Class<?> clazz,
                             String property)

getField

public Field getField()


Copyright © 2012. All Rights Reserved.