public class PutMappingAnnotationMapper extends RequestMappingAnnotationMapper
Constructor and Description |
---|
PutMappingAnnotationMapper() |
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.
|
mapInternal
map
public java.lang.String getName()
getName
in interface Named
getName
in class RequestMappingAnnotationMapper
protected AnnotationValueBuilder<?> newBuilder(HttpMethod httpMethod, AnnotationValue<java.lang.annotation.Annotation> annotation)
RequestMappingAnnotationMapper
newBuilder
in class RequestMappingAnnotationMapper
httpMethod
- The methodannotation
- The annotationprotected boolean isHttpMethodMapping(HttpMethod method)
RequestMappingAnnotationMapper
isHttpMethodMapping
in class RequestMappingAnnotationMapper
method
- The method, can be null