Annotation 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
- 另请参阅:
-
可选元素概要
可选元素
-
元素详细资料
-
value
String valueThe lookup name to use for the bind value.- 默认值:
- ""
-