public class DefaultOperatorProxyMethodFactory extends Object implements OperatorProxyMethodFactory
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ORDER |
| 构造器和说明 |
|---|
DefaultOperatorProxyMethodFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable MethodInvoker |
get(BeanOperations beanOperations,
Method method,
BeanOperationExecutor beanOperationExecutor)
Get operator proxy method.
|
int |
getSort()
Gets the sorting value.
|
public static final int ORDER
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 © 2023. All rights reserved.