public interface OperatorProxyMethodFactory extends Sorted
OperationAnnotationProxyMethodFactory,
DynamicContainerOperatorProxyMethodFactory,
ParametersFillProxyMethodFactory,
ArgAutoOperateProxyMethodFactory| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ARG_AUTO_OPERATE_PROXY_METHOD_FACTORY_ORDER |
static int |
DYNAMIC_CONTAINER_OPERATOR_PROXY_METHOD_FACTORY_ORDER |
static int |
OPERATION_ANNOTATION_PROXY_METHOD_FACTORY_ORDER |
static int |
PARAMETERS_FILL_PROXY_METHOD_FACTORY_ORDER |
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable MethodInvoker |
get(BeanOperations beanOperations,
Method method,
BeanOperationExecutor beanOperationExecutor)
Get operator proxy method.
|
static final int OPERATION_ANNOTATION_PROXY_METHOD_FACTORY_ORDER
static final int DYNAMIC_CONTAINER_OPERATOR_PROXY_METHOD_FACTORY_ORDER
static final int ARG_AUTO_OPERATE_PROXY_METHOD_FACTORY_ORDER
static final int PARAMETERS_FILL_PROXY_METHOD_FACTORY_ORDER
@Nullable MethodInvoker get(BeanOperations beanOperations, Method method, BeanOperationExecutor beanOperationExecutor)
beanOperations - bean operationsmethod - method with at least one parameterbeanOperationExecutor - bean operation executorCopyright © 2024. All rights reserved.