Uses of Interface
javax.inject.Instance

Packages that use Instance
org.jboss.webbeans   
org.jboss.webbeans.bean.standard   
 

Uses of Instance in org.jboss.webbeans
 

Classes in org.jboss.webbeans that implement Instance
 class InstanceImpl<T>
          Helper implementation for Instance for getting instances
 

Methods in org.jboss.webbeans that return Instance
static
<I> Instance<I>
InstanceImpl.of(java.lang.reflect.Type type, ManagerImpl manager, java.util.Set<java.lang.annotation.Annotation> annotations)
           
 

Uses of Instance in org.jboss.webbeans.bean.standard
 

Methods in org.jboss.webbeans.bean.standard that return Instance
protected  Instance<?> InstanceBean.newInstance(java.lang.reflect.Type type, java.util.Set<java.lang.annotation.Annotation> annotations)
           
 

Methods in org.jboss.webbeans.bean.standard that return types with arguments of type Instance
 java.lang.Class<Instance<?>> InstanceBean.getType()
           
static AbstractFacadeBean<Instance<?>> InstanceBean.of(ManagerImpl manager)
           
 



Copyright © 2011. All Rights Reserved.