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