spring-framework / org.springframework.web.bind.annotation / PatchMapping / <init>

<init>

PatchMapping(vararg value: String, name: String, path: Array<String>, params: Array<String>, headers: Array<String>, consumes: Array<String>, produces: Array<String>)

Annotation for mapping HTTP PATCH requests onto specific handler methods.

Specifically, @PatchMapping is a composed annotation that acts as a shortcut for @RequestMapping(method = RequestMethod.PATCH).

Author
Sam Brannen

Since
4.3

See Also
GetMappingPostMappingPutMappingDeleteMappingRequestMapping