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