| 程序包 | 说明 |
|---|---|
| com.github.houbb.heaven.reflect.api |
反射接口模块
|
| com.github.houbb.heaven.reflect.simple |
反射模块简单默认实现
|
| com.github.houbb.heaven.reflect.util |
反射相关工具类
|
| com.github.houbb.heaven.support.cache.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
IField |
IField.value(Object value)
设置值
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<IField> |
IClass.fields()
字段列表
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleField
简单字段
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<IField> |
SimpleClass.fields() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
SimpleField.compareTo(IField o) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<IField> |
Classes.getFields(Class clazz)
获取所有的字段信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Classes.initFieldValue(Object target,
List<IField> fieldList)
初始化字段值
|
| 限定符和类型 | 方法和说明 |
|---|---|
IField |
DefaultFieldCache.get(Class key) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<IField> |
DefaultFieldListCache.buildValue(Class key) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultFieldCache.set(Class key,
IField value) |
Copyright © 2024. All rights reserved.