Package io.micronaut.jaxrs.processor
Class PriorityMapper
java.lang.Object
io.micronaut.jaxrs.processor.PriorityMapper
- All Implemented Interfaces:
Named
,AnnotationMapper<Annotation>
,NamedAnnotationMapper
Maps the JAX-RS
Priority
annotation.- Since:
- 4.6.0
- Author:
- Denis Stepanov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
List<AnnotationValue<?>>
map
(AnnotationValue<Annotation> annotation, VisitorContext visitorContext)
-
Constructor Details
-
PriorityMapper
public PriorityMapper()
-
-
Method Details
-
getName
-
map
public List<AnnotationValue<?>> map(AnnotationValue<Annotation> annotation, VisitorContext visitorContext) - Specified by:
map
in interfaceAnnotationMapper<Annotation>
-