| Package | Description |
|---|---|
| com.cmeza.spring.ioc.handler.factory | |
| com.cmeza.spring.ioc.handler.handlers |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
IocDefaultMethodHandler |
class |
IocSynchronousMethodHandler |
| Modifier and Type | Method and Description |
|---|---|
IocInvocationHandlerFactory.MethodHandler |
IocSynchronousMethodHandler.Factory.create(IocTarget<?> target,
ClassMetadata classMetadata,
MethodMetadata methodMetadata) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IocInvocationHandlerFactory.MethodHandler> |
IocParseHandlersByName.apply(IocTarget<?> target) |
| Constructor and Description |
|---|
IocInvocationHandler(IocTarget<?> target,
Map<Method,IocInvocationHandlerFactory.MethodHandler> dispatch,
List<IocMethodInterceptor<?>> methodInterceptors) |
Copyright © 2023. All rights reserved.