Uses of Class
org.jboss.weld.util.LazyValueHolder
-
Packages that use LazyValueHolder Package Description org.jboss.weld.annotated.enhanced JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.slim.backed JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.resources JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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.
-