com.agapple.mapping.core.introspect
类 FieldSetExecutor
java.lang.Object
com.agapple.mapping.core.introspect.AbstractExecutor
com.agapple.mapping.core.introspect.FieldSetExecutor
- 所有已实现的接口:
- SetExecutor
public class FieldSetExecutor
- extends AbstractExecutor
- implements SetExecutor
基于field属性的直接操作
- 作者:
- jianghang 2011-6-27 下午08:05:41
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldSetExecutor
protected FieldSetExecutor(Introspector is,
Class<?> clazz,
String identifier,
Class arg)
isAlive
public boolean isAlive()
- 指定者:
- 类
AbstractExecutor 中的 isAlive
invoke
public Object invoke(Object obj,
Object value)
throws BeanMappingException
- 指定者:
- 接口
SetExecutor 中的 invoke
- 抛出:
BeanMappingException
discover
public static Field discover(Introspector is,
Class<?> clazz,
String property,
Class arg)
getField
public Field getField()
Copyright © 2012. All Rights Reserved.