Class PathAnnotationMapper

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

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