Package io.micronaut.inject.annotation
Interface NamedAnnotationMapper
-
- All Superinterfaces:
AnnotationMapper<java.lang.annotation.Annotation>
,io.micronaut.core.naming.Named
- All Known Implementing Classes:
EntityIntrospectedAnnotationMapper
,EntityReflectiveAccessAnnotationMapper
,JakartaEntityIntrospectedAnnotationMapper
,JakartaMappedSuperClassIntrospectionMapper
,JsonCreatorAnnotationMapper
,MappedSuperClassIntrospectionMapper
,PersistenceContextAnnotationMapper
,TimedAnnotationMapper
public interface NamedAnnotationMapper extends AnnotationMapper<java.lang.annotation.Annotation>, io.micronaut.core.naming.Named
A namedAnnotationMapper
operates against any named annotation, and does not require the annotation to be on the annotation processor classpath.- Since:
- 1.0
-
-
Method Summary
-
Methods inherited from interface io.micronaut.inject.annotation.AnnotationMapper
map
-
-