批注接口 Delimiter
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD,PARAMETER,ANNOTATION_TYPE})
public @interface Delimiter
Declares a field or method parameter should be converted to collection using the
specified delimiter.
- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
-
必需元素概要
所需元素 -
字段概要
字段
-
字段详细资料
-
NONE
A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.- 另请参阅:
-
-
元素详细资料
-
value
String valueThe delimiter to use orNONE
if the entire contents should be treated as a single element.- 返回:
- the delimiter
-