| Package | Description |
|---|---|
| com.cmeza.spring.ioc.handler.factory | |
| com.cmeza.spring.ioc.handler.handlers |
| Modifier and Type | Method and Description |
|---|---|
List<IocMethodInterceptor<?>> |
IocNamedContextFactory.getMethodInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
InvocationHandler |
IocInvocationHandlerFactory.create(IocTarget<?> target,
Map<Method,IocInvocationHandlerFactory.MethodHandler> methodHandlerMap,
List<IocMethodInterceptor<?>> methodInterceptors) |
InvocationHandler |
IocInvocationHandlerFactory.Default.create(IocTarget<?> target,
Map<Method,IocInvocationHandlerFactory.MethodHandler> dispatch,
List<IocMethodInterceptor<?>> methodInterceptors) |
void |
IocNamedContextFactory.setMethodInterceptors(List<IocMethodInterceptor<?>> methodInterceptors) |
| Constructor and Description |
|---|
IocInvocationHandler(IocTarget<?> target,
Map<Method,IocInvocationHandlerFactory.MethodHandler> dispatch,
List<IocMethodInterceptor<?>> methodInterceptors) |
IocParseHandlersByName(IocContract<?> contract,
IocSynchronousMethodHandler.Factory factory,
List<IocMethodInterceptor<?>> methodInterceptors) |
Copyright © 2023. All rights reserved.