| 程序包 | 说明 |
|---|---|
| org.beetl.core | |
| org.beetl.core.fun | |
| org.beetl.core.om | |
| org.beetl.core.om.asm |
| 类和说明 |
|---|
| AABuilder
为一个特定类的方法生成AttributeAccess,如果类是
Map,则生成MapAA
List,则生成ListAA
数组,则生成ArrayAA
普通PoJo对象,
|
| 类和说明 |
|---|
| ObjectMethodMatchConf
用于本地调用类型转化
|
| 类和说明 |
|---|
| ArrayAA
访问数组的封装类,attr需要任何能转成int的数值类型
|
| AttributeAccess
封装了一个获取对象的属性的值的方法
|
| DefaultAAFactory
为一个特定类的方法生成AttributeAccess,如果类是
Map,则生成MapAA
List,则生成ListAA
数组,则生成ArrayAA
普通PoJo对象,
|
| ListAA
访问List的封装类,attr是整形或者BigDecimal
|
| MapAA |
| MapEntryAA |
| ReflectBeanAA
通过反射获取bean属性,注意,如果属性获取不到,检测是否是否有个get(Object xxx)方法
|
| 类和说明 |
|---|
| AttributeAccess
封装了一个获取对象的属性的值的方法
|
Copyright © 2019. All rights reserved.