Class PostAnnotationMapper

java.lang.Object
io.micronaut.jaxrs.processor.PostAnnotationMapper
All Implemented Interfaces:
Named, AnnotationMapper<Annotation>, NamedAnnotationMapper

@Internal public class PostAnnotationMapper extends Object implements NamedAnnotationMapper
Maps the JAX-RS POST annotation to Micronaut's version.
Since:
1.0.0
Author:
graemerocher