public class PlaceholderStringListConverter extends AStringListConverter
MailAddressListConverterTest
for examples.Modifier and Type | Field and Description |
---|---|
static IListConverter |
COMMA_TO_SELICOLON_COMMA_SPACE
Splits by commas.
|
static IListConverter |
SEMICOLON_COMMA
Splits email addresses by semicolons or commas.
|
static IListConverter |
SEMICOLON_COMMA_SPACE
Splits email addresses by semicolons, commas or spaces.
|
Constructor and Description |
---|
PlaceholderStringListConverter(char mainDelimiter,
String delimiters) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<String> |
split(String value) |
convertToList, convertToObject, getMainDelimiter
public static final IListConverter SEMICOLON_COMMA
public static final IListConverter SEMICOLON_COMMA_SPACE
public static final IListConverter COMMA_TO_SELICOLON_COMMA_SPACE
public PlaceholderStringListConverter(char mainDelimiter, String delimiters)
protected Iterator<String> split(String value)
split
in class AStringListConverter
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.