public class OperatorProxyFactory extends Object
Operator,
OperatorProxyMethodFactory| 构造器和说明 |
|---|
OperatorProxyFactory(Crane4jGlobalConfiguration globalConfiguration,
AnnotationFinder annotationFinder)
Create an
OperatorProxyFactory comparator. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addProxyMethodFactory(OperatorProxyMethodFactory proxyMethodFactory)
Add a
OperatorProxyMethodFactory comparator. |
<T> T |
get(Class<T> operatorType)
Get the proxy object of the specified operator interface that annotated by
Operator. |
public OperatorProxyFactory(Crane4jGlobalConfiguration globalConfiguration, AnnotationFinder annotationFinder)
OperatorProxyFactory comparator.globalConfiguration - global configurationannotationFinder - annotation finderpublic void addProxyMethodFactory(OperatorProxyMethodFactory proxyMethodFactory)
OperatorProxyMethodFactory comparator.proxyMethodFactory - proxy method factoryCopyright © 2023. All rights reserved.