Uses of Interface
org.jboss.weld.inject.WeldInstance
-
Packages that use WeldInstance Package Description org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.environment.se org.jboss.weld.inject org.jboss.weld.manager org.jboss.weld.util -
-
Uses of WeldInstance in org.jboss.weld
Classes in org.jboss.weld that implement WeldInstance Modifier and Type Class Description classAbstractCDI<T>Abstract implementation of CDI which forwards all Instance methods to a delegate.classSimpleCDIProvides convenient way to access the CDI container.Methods in org.jboss.weld that return WeldInstance Modifier and Type Method Description protected WeldInstance<T>AbstractCDI. getInstance()Subclasses are allowed to override the default behavior, i.e.WeldInstance<T>AbstractCDI. select(Annotation... qualifiers)<U extends T>
WeldInstance<U>AbstractCDI. select(Class<U> subtype, Annotation... qualifiers)<X> WeldInstance<X>AbstractCDI. select(Type subtype, Annotation... qualifiers)<U extends T>
WeldInstance<U>AbstractCDI. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of WeldInstance in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement WeldInstance Modifier and Type Class Description classInstanceImpl<T>Helper implementation for Instance for getting instancesMethods in org.jboss.weld.bean.builtin that return WeldInstance Modifier and Type Method Description WeldInstance<Object>BeanManagerProxy. createInstance()WeldInstance<T>InstanceImpl. select(Annotation... qualifiers)<U extends T>
WeldInstance<U>InstanceImpl. select(Class<U> subtype, Annotation... qualifiers)<X> WeldInstance<X>InstanceImpl. select(Type subtype, Annotation... qualifiers)<U extends T>
WeldInstance<U>InstanceImpl. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of WeldInstance in org.jboss.weld.environment.se
Classes in org.jboss.weld.environment.se that implement WeldInstance Modifier and Type Class Description classWeldContainerRepresents a Weld SE container.Methods in org.jboss.weld.environment.se that return WeldInstance Modifier and Type Method Description protected WeldInstance<Object>WeldContainer. getInstance() -
Uses of WeldInstance in org.jboss.weld.inject
Methods in org.jboss.weld.inject that return WeldInstance Modifier and Type Method Description WeldInstance<T>WeldInstance. select(Annotation... qualifiers)<U extends T>
WeldInstance<U>WeldInstance. select(Class<U> subtype, Annotation... qualifiers)<X> WeldInstance<X>WeldInstance. select(Type subtype, Annotation... qualifiers)Obtains a childInstancefor the given required type and additional required qualifiers.<U extends T>
WeldInstance<U>WeldInstance. select(TypeLiteral<U> subtype, Annotation... qualifiers) -
Uses of WeldInstance in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return WeldInstance Modifier and Type Method Description WeldInstance<Object>BeanManagerImpl. createInstance()<T> WeldInstance<Object>BeanManagerImpl. getInstance(CreationalContext<?> ctx) -
Uses of WeldInstance in org.jboss.weld.util
Classes in org.jboss.weld.util that implement WeldInstance Modifier and Type Class Description classForwardingWeldInstance<T>Forwarding implementation ofInstance.Methods in org.jboss.weld.util that return WeldInstance Modifier and Type Method Description abstract WeldInstance<T>ForwardingWeldInstance. delegate()WeldInstance<T>ForwardingWeldInstance. select(Annotation... qualifiers)<U extends T>
WeldInstance<U>ForwardingWeldInstance. select(Class<U> subtype, Annotation... qualifiers)<U extends T>
WeldInstance<U>ForwardingWeldInstance. select(TypeLiteral<U> subtype, Annotation... qualifiers)
-