| 程序包 | 说明 |
|---|---|
| cn.org.atool.fluent.form | |
| cn.org.atool.fluent.form.meta | |
| cn.org.atool.fluent.form.registrar |
| 限定符和类型 | 字段和说明 |
|---|---|
static KeyMap<MethodMeta> |
IMethodAround.METHOD_METAS_CACHED |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodMeta |
IMethodAround.before(Class entityClass,
Method method)
根据方法定义构造方法元数据
|
default MethodMeta |
IMethodAround.cache(Class entityClass,
Method method)
根据方法定义构造方法元数据(从缓存获取)
|
| 限定符和类型 | 方法和说明 |
|---|---|
default Object[] |
IMethodAround.before(MethodMeta meta,
Object... args)
对入参进行预处理
|
| 限定符和类型 | 字段和说明 |
|---|---|
MethodMeta |
MethodArgs.meta |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodMeta |
MethodMeta.meta(Class entityClass,
Method method)
构造MethodMeta
缓存在
IMethodAround.cache(Class, Method) 中处理 |
static MethodMeta |
MethodMeta.meta(Class entityClass,
Method method,
MethodType methodType,
ArgumentMeta[] args,
Class returnType,
Class returnParameterType)
显式构造MethodMeta
缓存在
IMethodAround.cache(Class, Method) 中处理 |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodMeta |
NoMethodAround.before(Class entityClass,
Method method) |
Copyright © 2023. All rights reserved.