T
- the concrete type of the attribute@Incubating public interface MultipleCandidatesDetails<T>
Modifier and Type | Method and Description |
---|---|
void |
closestMatch(T candidate)
Calling this method indicates that the candidate is the closest match.
|
Set<T> |
getCandidateValues()
A set of candidate values.
|
T |
getConsumerValue()
Returns the value of the attribute specified by the consumer.
|
@Nullable T getConsumerValue()
null
if the consumer did not specify a value.Set<T> getCandidateValues()
void closestMatch(T candidate)
candidate
- the closest match