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


接口摘要
BatchExecutor 针对一个obj对象,批量处理的get/set操作
GetExecutor 属性的Get方法操作接口
SetExecutor 属性的Set方法操作接口
Uberspect 暴露给外部的内审接口操作
 

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



Copyright © 2012. All Rights Reserved.