public class ParametersFillProxyMethodFactory extends Object implements OperatorProxyMethodFactory
An operator proxy method factory that supports filling parameters when calling method.
| 构造器和说明 |
|---|
ParametersFillProxyMethodFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
@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 - method with at least one parameterbeanOperationExecutor - bean operation executorCopyright © 2024. All rights reserved.