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