Class NullRequestBody

  • All Implemented Interfaces:
    Serializable

    public class NullRequestBody
    extends Object
    implements Serializable
    NullRequestBody provides a empty request body object for POST requests that do not need to send additional parameters beyond the path variables.
    See Also:
    Serialized Form
    • Constructor Detail

      • NullRequestBody

        public NullRequestBody()
        Default constructor
      • NullRequestBody

        public NullRequestBody​(NullRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • toString

        public String toString()
        JSON-like toString
        Overrides:
        toString in class Object
        Returns:
        string containing the class name