Interface BuiltinQueryParam


public interface BuiltinQueryParam
This interface specifies the HTTP builtin query parameters of the REST Toolkit.

All parameters names are prefixed by "ebx-".

Since:
5.9.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The query parameter "ebx-indent" specifies the indentation policy for JSON response body.
  • Field Details

    • INDENT

      static final String INDENT
      The query parameter "ebx-indent" specifies the indentation policy for JSON response body.

      It should be only used with JSON response media type.

      The value is considered true for string equal to "true" (case is ignored) and false otherwise. If true the JSON response data will be formatted with line feeds and indentation.

      The target Java method should not declare this parameter.

      See Also: