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