Class GetMappingAnnotationTransformer

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

public class GetMappingAnnotationTransformer extends RequestMappingAnnotationTransformer
Maps Spring GetMapping to Micronaut.
Since:
1.0
Author:
graemerocher