| Package | Description |
|---|---|
| com.cmeza.spring.ioc.handler.contracts | |
| com.cmeza.spring.ioc.handler.factory | |
| com.cmeza.spring.ioc.handler.processors |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
IocContractConfigurationManager.addAnnotatedMethodProcessor(AnnotatedMethodProcessor<A> annotatedMethodProcessor) |
<A extends Annotation> |
IocContractConfiguration.addAnnotatedMethodProcessor(AnnotatedMethodProcessor<A> annotatedMethodProcessor) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedMethodProcessor<?>> |
IocNamedContextFactory.getMethodProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
IocNamedContextFactory.setMethodProcessor(List<AnnotatedMethodProcessor<?>> methodProcessors) |
| Modifier and Type | Method and Description |
|---|---|
Optional<AnnotatedMethodProcessor<? extends Annotation>> |
IocProcessorsManager.getAnnotatedMethodProcessor(Class<? extends Annotation> annotationType) |
Optional<AnnotatedMethodProcessor<? extends Annotation>> |
IocProcessors.getAnnotatedMethodProcessor(Class<? extends Annotation> annotationType) |
List<AnnotatedMethodProcessor<? extends Annotation>> |
IocProcessorsManager.getAnnotatedMethodProcessors() |
List<AnnotatedMethodProcessor<? extends Annotation>> |
IocProcessors.getAnnotatedMethodProcessors() |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
IocProcessorsManager.addAnnotatedMethodProcessor(AnnotatedMethodProcessor<A> annotatedMethodProcessor) |
<A extends Annotation> |
IocProcessors.addAnnotatedMethodProcessor(AnnotatedMethodProcessor<A> annotatedMethodProcessor) |
| Modifier and Type | Method and Description |
|---|---|
IocProcessorsManager |
IocProcessorsManager.setAnnotatedMethodProcessors(List<AnnotatedMethodProcessor<? extends Annotation>> annotatedMethodProcessors) |
IocProcessors |
IocProcessors.setAnnotatedMethodProcessors(List<AnnotatedMethodProcessor<? extends Annotation>> annotatedMethodProcessors) |
Copyright © 2023. All rights reserved.