| 类 | 说明 |
|---|---|
| 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. |
| MethodArgumentAutoOperateSupport |
Support class for completing the operation of data
from the method parameters which annotated by
AutoOperate
before the method is called. |
| MethodResultAutoOperateSupport |
Support class for completing the operation for result of method which annotated by
AutoOperate. |
Copyright © 2023. All rights reserved.