T
- the value typepublic final class InjectedSetValue<T> extends Object implements Value<Set<T>>
Set
value that can have entries injected into it. The underlying set is an instance of LinkedHashSet
, so
iteration order will be consistent.
The injector()
method is used to get an injector that can inject into the set.Constructor and Description |
---|
InjectedSetValue()
Construct a new instance.
|
public Set<T> getValue() throws IllegalStateException
getValue
in interface Value<Set<T>>
IllegalStateException
- if the value is time-sensitive and the current state does not allow retrieval.Copyright © 2018 JBoss by Red Hat. All rights reserved.