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