public abstract class AbstractAttributeMapValueLabelValueExtractor<M extends Map<String,?>,T> extends AbstractLabelValueExtractor<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAttributeMapValueLabelValueExtractor(String attributeName,
Class<T> type,
String labelName,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
extract(T source) |
protected abstract Set<Object> |
extractFromAttribute(Object attributeValue) |
String |
getAttributeName() |
protected abstract M |
getAttributes(T source) |
getLabelName, getPriority, getTypeCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.