public interface IocInvocationHandlerFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
IocInvocationHandlerFactory.Default |
static interface |
IocInvocationHandlerFactory.MethodHandler |
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
create(IocTarget<?> target,
Map<Method,IocInvocationHandlerFactory.MethodHandler> methodHandlerMap,
List<IocMethodInterceptor<?>> methodInterceptors) |
InvocationHandler create(IocTarget<?> target, Map<Method,IocInvocationHandlerFactory.MethodHandler> methodHandlerMap, List<IocMethodInterceptor<?>> methodInterceptors)
Copyright © 2023. All rights reserved.