public class GetMappingAnnotationMapper extends RequestMappingAnnotationMapper
| Constructor and Description |
|---|
GetMappingAnnotationMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
protected boolean |
isHttpMethodMapping(io.micronaut.http.HttpMethod method)
Whether the given method is an HTTP method mapping.
|
protected io.micronaut.core.annotation.AnnotationValueBuilder<?> |
newBuilder(io.micronaut.http.HttpMethod httpMethod,
io.micronaut.core.annotation.AnnotationValue<java.lang.annotation.Annotation> annotation)
Construct a new builder for the given http method.
|
mapInternalmappublic java.lang.String getName()
getName in interface io.micronaut.core.naming.NamedgetName in class RequestMappingAnnotationMapperprotected io.micronaut.core.annotation.AnnotationValueBuilder<?> newBuilder(io.micronaut.http.HttpMethod httpMethod,
io.micronaut.core.annotation.AnnotationValue<java.lang.annotation.Annotation> annotation)
RequestMappingAnnotationMappernewBuilder in class RequestMappingAnnotationMapperhttpMethod - The methodannotation - The annotationprotected boolean isHttpMethodMapping(io.micronaut.http.HttpMethod method)
RequestMappingAnnotationMapperisHttpMethodMapping in class RequestMappingAnnotationMappermethod - The method, can be null