Class JakartaPriorityAnnotationMapper
java.lang.Object
io.micronaut.inject.annotation.internal.JakartaPriorityAnnotationMapper
- All Implemented Interfaces:
Named, AnnotationMapper<Annotation>, NamedAnnotationMapper
@Internal
public final class JakartaPriorityAnnotationMapper
extends Object
implements NamedAnnotationMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()List<AnnotationValue<?>> map(AnnotationValue<Annotation> annotation, VisitorContext visitorContext) The map method will be called for each instances of the annotation returned via this method.
-
Constructor Details
-
JakartaPriorityAnnotationMapper
public JakartaPriorityAnnotationMapper()
-
-
Method Details
-
getName
-
map
public List<AnnotationValue<?>> map(AnnotationValue<Annotation> annotation, VisitorContext visitorContext) Description copied from interface:AnnotationMapperThe map method will be called for each instances of the annotation returned via this method.- Specified by:
mapin interfaceAnnotationMapper<Annotation>- Parameters:
annotation- The annotation valuesvisitorContext- The context that is being visited- Returns:
- A list of zero or many annotations and values to map to
-