软件包 com.agapple.mapping.core.introspect


接口摘要
BatchExecutor 针对一个obj对象,批量处理的get/set操作
GetExecutor 属性的Get方法操作接口
SetExecutor 属性的Set方法操作接口
 

类摘要
AbstractBatchExecutor 批量操作的抽象父类
AbstractExecutor  
FieldGetExecutor 基于field属性的直接操作
FieldSetExecutor 基于field属性的直接操作
Introspector 一些反射调用的工具类
MapBatchExecutor  
MapGetExecutor 基于map的属性get动作处理
MapSetExecutor 基于map的set操作
PropertyBatchExecutor 基于Property属性的batch处理:支持get/set的批量处理
PropertyGetExecutor bean 属性的获取
PropertySetExecutor pojo bean属性的set操作
ThisSymbolGetExecutor 处理下特殊符号的get操作,比如针对"this"返回当前对象的引用
Uberspector 暴露给外部的内审接口操作,外部可通过Uberspector.getInstance()进行操作
 



Copyright © 2011. All Rights Reserved.