| 程序包 | 说明 |
|---|---|
| cn.crane4j.core.support.container |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodInvokerContainer |
MethodInvokerContainerCreator.createContainer(Object target,
MethodInvoker methodInvoker,
MappingType mappingType,
String namespace,
Class<?> resultType,
String resultKey)
Create a
MethodInvokerContainer from the given method invoker. |
MethodInvokerContainer |
MethodInvokerContainerCreator.createContainer(Object target,
Method method,
MappingType mappingType,
@Nullable String namespace,
Class<?> resultType,
String resultKey)
Create a
MethodInvokerContainer from the given method. |
protected @NonNull MethodInvokerContainer |
MethodInvokerContainerCreator.createMethodInvokerContainer(Object target,
MappingType mappingType,
String namespace,
MethodInvokerContainer.KeyExtractor keyExtractor,
MethodInvoker methodInvoker)
Create a
MethodInvokerContainer from the given method. |
Copyright © 2023. All rights reserved.