Delimiter

Declares a field or method parameter should be converted to collection using the specified delimiter.

Author

Phillip Webb

Since

2.0.0

Properties

Link copied to clipboard
val NONE: String = ""
A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun value(): String
The delimiter to use or NONE if the entire contents should be treated as a single element.