Annotation Interface PutMapping


@Retention(RUNTIME) @Target(METHOD) public @interface PutMapping
Annotation for mapping HTTP PUT requests onto specific handler methods.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The URL path or pattern for mapping HTTP PUT requests to the annotated method.
  • Element Details

    • path

      String path
      The URL path or pattern for mapping HTTP PUT requests to the annotated method.
      Returns:
      the URL path or pattern for PUT requests
      Default:
      ""