T
- the value typepublic final class InjectedSetValue<T> extends java.lang.Object implements Value<java.util.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<T> |
getValue()
Get the actual value.
|
Injector<T> |
injector()
Gets an injector for this set.
|
public java.util.Set<T> getValue() throws java.lang.IllegalStateException
Copyright © 2012 JBoss, a division of Red Hat, Inc.