Annotation Interface RequestMappingPatch


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface RequestMappingPatch
Marks a PATCH request handler
Author:
I-D Media AG
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    @NotNull String[]
    URL pattern to process, e.g.
  • Element Details

    • name

      @NotNull @NotNull String[] name
      URL pattern to process, e.g. name = "/ping"
      Returns:
      URI pattern, must not be null
      Default:
      {}