Uses of Class
org.jboss.weld.util.LazyValueHolder
Packages that use LazyValueHolder
Package
Description
-
Uses of LazyValueHolder in org.jboss.weld.annotated.enhanced
Subclasses of LazyValueHolder in org.jboss.weld.annotated.enhanced -
Uses of LazyValueHolder in org.jboss.weld.annotated.slim.backed
Methods in org.jboss.weld.annotated.slim.backed that return LazyValueHolderModifier and TypeMethodDescriptionprotected LazyValueHolder<Set<Type>>BackedAnnotated.initTypeClosure(Type baseType, SharedObjectCache cache) protected LazyValueHolder<Set<Type>>BackedAnnotatedType.initTypeClosure(Type baseType, SharedObjectCache cache) -
Uses of LazyValueHolder in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return LazyValueHolder -
Uses of LazyValueHolder in org.jboss.weld.util
Subclasses of LazyValueHolder in org.jboss.weld.utilMethods in org.jboss.weld.util that return LazyValueHolderModifier and TypeMethodDescriptionstatic <T> LazyValueHolder<T>LazyValueHolder.forSupplier(Supplier<T> supplier)