Class PatchMappingAnnotationTransformer

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

public class PatchMappingAnnotationTransformer extends RequestMappingAnnotationTransformer
Maps Spring PatchMapping to Micronaut.
Since:
1.0
Author:
graemerocher