| 接口 | 说明 |
|---|---|
| AutoOperateAnnotatedElement |
An object that holds the
AutoOperate annotation and the annotated element,
used complete the operation of data from the annotated element
for BeanOperations by BeanOperationExecutor. |
| AutoOperateAnnotatedElementResolver |
An handler that resolve the
AutoOperate
annotation on the element to AutoOperateAnnotatedElement. |
| 类 | 说明 |
|---|---|
| AbstractAutoOperateAnnotatedElementResolver |
An abstract implementation of
AutoOperateAnnotatedElementResolver. |
| ClassBasedAutoOperateAnnotatedElementResolver | |
| ComposableAutoOperateAnnotatedElementResolver |
An implementation of
AutoOperateAnnotatedElementResolver that composes multiple resolvers. |
| DefaultAutoOperateAnnotatedElement |
An object that holds the
AutoOperate annotation and the annotated element,
used complete the operation of data from the annotated element
for BeanOperations by BeanOperationExecutor. |
| MethodBasedAutoOperateAnnotatedElementResolver |
An handler that resolve the
AutoOperate
annotation on the Method or Parameter to AutoOperateAnnotatedElement. |
Copyright © 2024. All rights reserved.