Class TypeClosureLazyValueHolder
java.lang.Object
org.jboss.weld.util.LazyValueHolder<Set<Type>>
org.jboss.weld.annotated.enhanced.TypeClosureLazyValueHolder
- All Implemented Interfaces:
ValueHolder<Set<Type>>
LazyValueHolder that calculates a type closure. In many cases this
will not be needed, so computing it on demand saves memory and startup time.- Author:
- Stuart Douglas
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.util.LazyValueHolder
LazyValueHolder.Serializable<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.util.LazyValueHolder
clear, forSupplier, get, getIfPresent, isAvailable
-
Constructor Details
-
TypeClosureLazyValueHolder
-
-
Method Details
-
computeValue
- Specified by:
computeValuein classLazyValueHolder<Set<Type>>
-