Annotation Type PatchMapping


@Retention(CLASS) @Target(METHOD) public @interface PatchMapping

Maps an HTTP PATCH to this method.

The path may carry {name} segments, bound with PathVariable.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The path, relative to any RequestMapping on the class.
  • Element Details