Uses of Class
org.jboss.weld.util.LazyValueHolder
-
Packages that use LazyValueHolder Package Description org.jboss.weld.annotated.enhanced org.jboss.weld.annotated.slim.backed org.jboss.weld.resources org.jboss.weld.util -
-
Uses of LazyValueHolder in org.jboss.weld.annotated.enhanced
Subclasses of LazyValueHolder in org.jboss.weld.annotated.enhanced Modifier and Type Class Description classTypeClosureLazyValueHolderLazyValueHolderthat calculates a type closure. -
Uses of LazyValueHolder in org.jboss.weld.annotated.slim.backed
Methods in org.jboss.weld.annotated.slim.backed that return LazyValueHolder Modifier and Type Method Description protected 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 Modifier and Type Method Description LazyValueHolder<Set<Type>>SharedObjectCache. getTypeClosureHolder(Type type) -
Uses of LazyValueHolder in org.jboss.weld.util
Subclasses of LazyValueHolder in org.jboss.weld.util Modifier and Type Class Description static classLazyValueHolder.Serializable<T>LazyValueHolderthat implementsSerializable.Methods in org.jboss.weld.util that return LazyValueHolder Modifier and Type Method Description static <T> LazyValueHolder<T>LazyValueHolder. forSupplier(Supplier<T> supplier)
-