| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?>[] |
coercers |
Class<? extends Configuration> |
configuration |
boolean |
inheritCoercers |
String |
separator
Optionally specify separator used to split parameters.
|
String |
stringBoundary
Special string to mark end string boundary.
|
public abstract String[] value
public abstract Class<?>[] coercers
public abstract String separator
"," (comma) is assumed.
separator = ";" -> ;
separator = "\\|" -> |
separator = "[,;]" -> , or ;
separator = "=>" -> =>
Separator has special meaning and is not allowedpublic abstract String stringBoundary
"'" (single quotation mark).
stringBoundary string before parse string after parse "'" " abc " "abc" "'" " ' abc ' " " abc " "'" " '' abc ' " "' abc " "|" " ' abc ' " "' abc '" "" " ' abc ' " "' abc '"
public abstract Class<? extends Configuration> configuration
Copyright © 2016. All rights reserved.