Package io.micronaut.inject.annotation
Interface NamedAnnotationMapper
- All Superinterfaces:
AnnotationMapper<Annotation>
,Named
- All Known Implementing Classes:
EntityIntrospectedAnnotationMapper
,EntityReflectiveAccessAnnotationMapper
,JakartaEntityIntrospectedAnnotationMapper
,JakartaMappedSuperClassIntrospectionMapper
,JakartaPersistenceContextAnnotationMapper
,JavaxPersistenceContextAnnotationMapper
,JsonCreatorAnnotationMapper
,MappedSuperClassIntrospectionMapper
A named
AnnotationMapper
operates against any named annotation, and does not require the
annotation to be on the annotation processor classpath.- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.inject.annotation.AnnotationMapper
map