public interface LabelValueExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
extract(T source)
Extracts the set for values for the given labelName from the source object.
|
String |
getLabelName() |
int |
getPriority() |
Class<T> |
getType() |
Class<T> getType()
String getLabelName()
int getPriority()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.