public class OperationAnnotationProxyMethodFactory extends Object implements OperatorProxyMethodFactory
A proxy method factory that supports filling parameters according to operation annotation which is annotated on method.
for example:
{@code| 构造器和说明 |
|---|
OperationAnnotationProxyMethodFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable MethodInvoker |
get(BeanOperations beanOperations,
Method method,
BeanOperationExecutor beanOperationExecutor)
Get operator proxy method.
|
int |
getSort()
Gets the sorting value.
|
public int getSort()
Gets the sorting value.
The smaller the value, the higher the priority of the object.
public @Nullable MethodInvoker get(BeanOperations beanOperations, Method method, BeanOperationExecutor beanOperationExecutor)
get 在接口中 OperatorProxyMethodFactorybeanOperations - bean operationsmethod - with at least one parameterbeanOperationExecutor - bean operation executorCopyright © 2024. All rights reserved.