Uses of Interface
javax.enterprise.inject.Instance
-
Packages that use Instance Package Description javax.enterprise.inject javax.enterprise.inject.se javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld org.jboss.weld.bean.builtin org.jboss.weld.bootstrap.event org.jboss.weld.bootstrap.events.configurator org.jboss.weld.environment.se org.jboss.weld.inject org.jboss.weld.manager org.jboss.weld.util -
-
Uses of Instance in javax.enterprise.inject
Methods in javax.enterprise.inject that return Instance Modifier and Type Method Description Instance<T>Instance. select(Annotation... qualifiers)Obtains a child Instance for the given additional required qualifiers.<U extends T>
Instance<U>Instance. select(Class<U> subtype, Annotation... qualifiers)Obtains a child Instance for the given required type and additional required qualifiers.<U extends T>
Instance<U>Instance. select(TypeLiteral<U> subtype, Annotation... qualifiers)Obtains a child Instance for the given required type and additional required qualifiers. -
Uses of Instance in javax.enterprise.inject.se
Subinterfaces of Instance in javax.enterprise.inject.se Modifier and Type Interface Description interfaceSeContainerProvides access to the current container in Java SE. -
Uses of Instance in javax.enterprise.inject.spi
Classes in javax.enterprise.inject.spi that implement Instance Modifier and Type Class Description classCDI<T>Provides access to the current container.Methods in javax.enterprise.inject.spi that return Instance Modifier and Type Method Description Instance<Object>BeanManager. createInstance()Obtains anInstanceobject to access to beans instances. -
Uses of Instance in javax.enterprise.inject.spi.configurator
Method parameters in javax.enterprise.inject.spi.configurator with type arguments of type Instance Modifier and Type Method Description BeanConfigurator<T>BeanConfigurator. disposeWith(BiConsumer<T,Instance<Object>> callback)Set a callback to destroy a bean instance.<U extends T>
BeanConfigurator<U>BeanConfigurator. produceWith(Function<Instance<Object>,U> callback)Set a callback to create a bean instance. -
Uses of Instance in org.jboss.weld
Classes in org.jboss.weld that implement Instance 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. -
Uses of Instance in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement Instance Modifier and Type Class Description classInstanceImpl<T>Helper implementation for Instance for getting instancesMethods in org.jboss.weld.bean.builtin that return Instance Modifier and Type Method Description Instance<Object>BeanManagerProxy. instance()protected Instance<?>InstanceBean. newInstance(InjectionPoint injectionPoint, CreationalContext<Instance<?>> creationalContext)static <I> Instance<I>InstanceImpl. of(InjectionPoint injectionPoint, CreationalContext<I> creationalContext, BeanManagerImpl beanManager)Method parameters in org.jboss.weld.bean.builtin with type arguments of type Instance Modifier and Type Method Description protected Instance<?>InstanceBean. newInstance(InjectionPoint injectionPoint, CreationalContext<Instance<?>> creationalContext) -
Uses of Instance in org.jboss.weld.bootstrap.event
Method parameters in org.jboss.weld.bootstrap.event with type arguments of type Instance Modifier and Type Method Description WeldBeanConfigurator<T>WeldBeanConfigurator. disposeWith(BiConsumer<T,Instance<Object>> callback)<U extends T>
WeldBeanConfigurator<U>WeldBeanConfigurator. produceWith(Function<Instance<Object>,U> callback) -
Uses of Instance in org.jboss.weld.bootstrap.events.configurator
Method parameters in org.jboss.weld.bootstrap.events.configurator with type arguments of type Instance Modifier and Type Method Description WeldBeanConfigurator<T>BeanConfiguratorImpl. disposeWith(BiConsumer<T,Instance<Object>> callback)<U extends T>
WeldBeanConfigurator<U>BeanConfiguratorImpl. produceWith(Function<Instance<Object>,U> callback) -
Uses of Instance in org.jboss.weld.environment.se
Classes in org.jboss.weld.environment.se that implement Instance Modifier and Type Class Description classWeldContainerRepresents a Weld SE container.Methods in org.jboss.weld.environment.se that return Instance Modifier and Type Method Description Instance<Object>WeldContainer. instance()Deprecated.Applications are encouraged to use methods for programmatic lookup directly. -
Uses of Instance in org.jboss.weld.inject
Subinterfaces of Instance in org.jboss.weld.inject Modifier and Type Interface Description interfaceWeldInstance<T>Represents an enhanced version ofInstance. -
Uses of Instance in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return Instance Modifier and Type Method Description Instance<Object>BeanManagerImpl. instance() -
Uses of Instance in org.jboss.weld.util
Classes in org.jboss.weld.util that implement Instance Modifier and Type Class Description classForwardingWeldInstance<T>Forwarding implementation ofInstance.Methods in org.jboss.weld.util that return Instance Modifier and Type Method Description Instance<Object>ForwardingBeanManager. createInstance()
-