com.agapple.mapping.core.introspect
类 PropertySetExecutor

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

public class PropertySetExecutor
extends AbstractExecutor
implements SetExecutor

pojo bean属性的set操作

作者:
jianghang 2011-5-25 下午01:04:50

字段摘要
 
从类 com.agapple.mapping.core.introspect.AbstractExecutor 继承的字段
objectClass, property
 
构造方法摘要
PropertySetExecutor(Introspector is, Class<?> clazz, String identifier, Class arg)
           
 
方法摘要
static Method discover(Introspector is, Class<?> clazz, String property, Class arg)
           
static Method discoverSet(Introspector is, Class<?> clazz, String property, Class arg)
           
 Method getMethod()
           
 Object invoke(Object key, Object value)
           
 boolean isAlive()
           
 
从类 com.agapple.mapping.core.introspect.AbstractExecutor 继承的方法
getTargetClass, getTargetProperty
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PropertySetExecutor

public PropertySetExecutor(Introspector is,
                           Class<?> clazz,
                           String identifier,
                           Class arg)
方法详细信息

invoke

public Object invoke(Object key,
                     Object value)
              throws BeanMappingException
指定者:
接口 SetExecutor 中的 invoke
抛出:
BeanMappingException

isAlive

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

discover

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

discoverSet

public static Method discoverSet(Introspector is,
                                 Class<?> clazz,
                                 String property,
                                 Class arg)

getMethod

public Method getMethod()


Copyright © 2012. All Rights Reserved.