| Package | Description |
|---|---|
| com.cmeza.spring.ioc.handler.metadata | |
| com.cmeza.spring.ioc.handler.metadata.impl | |
| com.cmeza.spring.ioc.handler.processors |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
Metadata.getAnnotation(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationMetadata<? extends Annotation>> |
Metadata.getAnnotations() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAnnotationMetadata<A extends Annotation> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
AbstractMetadata.getAnnotation(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
AbstractMetadata.addAnnotation(AnnotationMetadata<T> annotationMetadata) |
| Modifier and Type | Method and Description |
|---|---|
A |
AnnotatedClassProcessor.process(AnnotationMetadata<A> annotationMetadata,
ClassMetadata classMetadata) |
A |
AnnotatedMethodProcessor.process(AnnotationMetadata<A> annotationMetadata,
ClassMetadata classMetadata,
MethodMetadata methodMetadata) |
A |
AnnotatedParameterProcessor.process(AnnotationMetadata<A> annotationMetadata,
ClassMetadata classMetadata,
MethodMetadata methodMetadata,
ParameterMetadata parameterMetadata) |
Copyright © 2023. All rights reserved.