public abstract class AbstractStringListValueAttributeMapValueExtractor<M extends Map<String,?>,T> extends AbstractAttributeMapValueLabelValueExtractor<M,T>
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMA_SEPARATOR |
protected String |
separator |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStringListValueAttributeMapValueExtractor(String attributeName,
String separator,
Class<T> type,
String labelName,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Object> |
extractFromAttribute(Object attributeValue) |
extract, getAttributeName, getAttributesgetLabelName, getPriority, getTypepublic static final String COMMA_SEPARATOR
protected final String separator
protected Set<Object> extractFromAttribute(Object attributeValue)
extractFromAttribute in class AbstractAttributeMapValueLabelValueExtractor<M extends Map<String,?>,T>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.