| Package | Description |
|---|---|
| com.cmeza.spring.ioc.handler.metadata | |
| com.cmeza.spring.ioc.handler.metadata.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationMetadata<A extends Annotation> |
interface |
ClassMetadata |
interface |
MethodMetadata |
interface |
ParameterMetadata |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Metadata.addAttribute(String key,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetadata |
class |
SimpleAnnotationMetadata<A extends Annotation> |
class |
SimpleClassMetadata |
class |
SimpleMethodMetadata |
class |
SimpleParameterMetadata |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
AbstractMetadata.addAnnotation(AnnotationMetadata<T> annotationMetadata) |
Metadata |
AbstractMetadata.addAttribute(String key,
Object value) |
Metadata |
AbstractMetadata.addProcessorResult(Class<? extends Annotation> annotationType,
Annotation process) |
Copyright © 2023. All rights reserved.