Uses of Interface
org.jboss.weld.contexts.WeldCreationalContext
Packages that use WeldCreationalContext
Package
Description
-
Uses of WeldCreationalContext in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return WeldCreationalContextModifier and TypeMethodDescriptionprotected WeldCreationalContext<?>AbstractBuiltInMetadataBean.getParentCreationalContext(jakarta.enterprise.context.spi.CreationalContext<?> ctx) -
Uses of WeldCreationalContext in org.jboss.weld.contexts
Classes in org.jboss.weld.contexts that implement WeldCreationalContextMethods in org.jboss.weld.contexts that return WeldCreationalContextModifier and TypeMethodDescription<S> WeldCreationalContext<S>WeldCreationalContext.getCreationalContext(jakarta.enterprise.context.spi.Contextual<S> contextual) WeldCreationalContext.getParentCreationalContext()<S> WeldCreationalContext<S>WeldCreationalContext.getProducerReceiverCreationalContext(jakarta.enterprise.context.spi.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 WeldCreationalContextModifier and TypeMethodDescriptionprotected <T> voidDependentContextImpl.addDependentInstance(T instance, jakarta.enterprise.context.spi.Contextual<T> contextual, WeldCreationalContext<T> creationalContext) -
Uses of WeldCreationalContext in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return WeldCreationalContextModifier and TypeMethodDescription<T> WeldCreationalContext<T>BeanManagerImpl.createCreationalContext(jakarta.enterprise.context.spi.Contextual<T> contextual)