Annotation Interface BindParam


@Target({PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface BindParam
Annotation to bind values from a web request such as request parameters or path variables to fields of a Java object. Supported on constructor parameters of @ModelAttribute controller method arguments
从以下版本开始:
4.0
作者:
Rossen Stoyanchev, Harry Yang
另请参阅:
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    The lookup name to use for the bind value.
  • 元素详细资料

    • value

      String value
      The lookup name to use for the bind value.
      默认值:
      ""