Uses of Interface
org.jboss.weld.contexts.WeldCreationalContext
-
Packages that use WeldCreationalContext Package Description org.jboss.weld.bean.builtin org.jboss.weld.contexts org.jboss.weld.contexts.unbound org.jboss.weld.manager -
-
Uses of WeldCreationalContext in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return WeldCreationalContext Modifier and Type Method Description protected WeldCreationalContext<?>AbstractBuiltInMetadataBean. getParentCreationalContext(CreationalContext<?> ctx) -
Uses of WeldCreationalContext in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement WeldCreationalContext Modifier and Type Class Description classCreationalContextImpl<T>Methods in org.jboss.weld.contexts that return WeldCreationalContext Modifier and Type Method Description <S> WeldCreationalContext<S>WeldCreationalContext. getCreationalContext(Contextual<S> contextual)WeldCreationalContext<?>WeldCreationalContext. getParentCreationalContext()<S> WeldCreationalContext<S>WeldCreationalContext. getProducerReceiverCreationalContext(Contextual<S> contextual)The returnedCreationalContextshares nothing but incomplete instances. -
Uses of WeldCreationalContext in org.jboss.weld.contexts.unbound
Methods in org.jboss.weld.contexts.unbound with parameters of type WeldCreationalContext Modifier and Type Method Description protected <T> voidDependentContextImpl. addDependentInstance(T instance, Contextual<T> contextual, WeldCreationalContext<T> creationalContext) -
Uses of WeldCreationalContext in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return WeldCreationalContext Modifier and Type Method Description <T> WeldCreationalContext<T>BeanManagerImpl. createCreationalContext(Contextual<T> contextual)
-