Class PostMappingAnnotationTransformer

java.lang.Object
io.micronaut.spring.web.annotation.RequestMappingAnnotationTransformer
io.micronaut.spring.web.annotation.PostMappingAnnotationTransformer
All Implemented Interfaces:
io.micronaut.core.naming.Named, io.micronaut.inject.annotation.AnnotationTransformer<Annotation>, io.micronaut.inject.annotation.NamedAnnotationTransformer

public class PostMappingAnnotationTransformer extends RequestMappingAnnotationTransformer
Maps Spring PostMapping to Micronaut.
Since:
1.0
Author:
graemerocher