注释类型 RequestParam

    • 可选元素概要

      可选元素 
      修饰符和类型可选元素说明
      StringdefaultValue
      The default value to use as a fallback when the request parameter is not provided or has an empty value.
      Stringname
      The name of the request parameter to bind to.
      booleanrequired
      Whether the parameter is required.
      Stringvalue
      Alias for name().
      • name

        @AliasFor("value")
        String name
        The name of the request parameter to bind to.
        从以下版本开始:
        4.2
        默认值:
        ""
      • required

        boolean required
        Whether the parameter is required.

        Defaults to true, leading to an exception being thrown if the parameter is missing in the request. Switch this to false if you prefer a null value if the parameter is not present in the request.

        Alternatively, provide a defaultValue(), which implicitly sets this flag to false.

        默认值:
        true
      • defaultValue

        String defaultValue
        The default value to use as a fallback when the request parameter is not provided or has an empty value.

        Supplying a default value implicitly sets required() to false.

        默认值:
        "\n\t\t\n\t\t\n\ue000\ue001\ue002\n\t\t\t\t\n"