public class DynamicContainerOperatorProxyMethodFactory extends Object implements OperatorProxyMethodFactory
ContainerParam,
BeanOperationExecutor.Options| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
DynamicContainerOperatorProxyMethodFactory.ContainerParameterAdapter
Adapter for adapt invoke argument to container.
|
protected static class |
DynamicContainerOperatorProxyMethodFactory.DynamicContainerMethodInvoker
Dynamic container method invoker.
|
| 构造器和说明 |
|---|
DynamicContainerOperatorProxyMethodFactory(ConverterManager converterManager,
ParameterNameFinder parameterNameFinder,
AnnotationFinder annotationFinder,
ContainerAdapterRegister containerAdapterRegister)
Create a
DynamicContainerOperatorProxyMethodFactory instance. |
| 限定符和类型 | 方法和说明 |
|---|---|
@Nullable MethodInvoker |
get(BeanOperations beanOperations,
Method method,
BeanOperationExecutor beanOperationExecutor)
Get operator proxy method.
|
int |
getSort()
Gets the sorting value.
|
public DynamicContainerOperatorProxyMethodFactory(ConverterManager converterManager, ParameterNameFinder parameterNameFinder, AnnotationFinder annotationFinder, ContainerAdapterRegister containerAdapterRegister)
DynamicContainerOperatorProxyMethodFactory instance.converterManager - converter managerparameterNameFinder - parameter name finderannotationFinder - annotation findercontainerAdapterRegister - container adapter registerpublic 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.