Annotation Interface PostMapping


@Retention(RUNTIME) @Target(METHOD) public @interface PostMapping
Annotation for mapping HTTP POST 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 POST requests to the annotated method.
  • Element Details

    • path

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