Annotation Type Delimiter


Declares a field or method parameter should be converted to collection using the specified delimiter.
Since:
2.0.0
Author:
Phillip Webb
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The delimiter to use or NONE if the entire contents should be treated as a single element.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
  • Field Details

    • NONE

      static final String NONE
      A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
      See Also:
  • Element Details

    • value

      String value
      The delimiter to use or NONE if the entire contents should be treated as a single element.
      Returns:
      the delimiter