Uses of Interface
org.jboss.weld.bootstrap.event.WeldBeanConfigurator
-
Packages that use WeldBeanConfigurator Package Description org.jboss.weld.bootstrap.event org.jboss.weld.bootstrap.events org.jboss.weld.bootstrap.events.configurator -
-
Uses of WeldBeanConfigurator in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event that return WeldBeanConfigurator Modifier and Type Method Description <T> WeldBeanConfigurator<T>WeldAfterBeanDiscovery. addBean()Obtain aWeldBeanConfigurator, an extended version ofBeanConfigurator.WeldBeanConfigurator<T>WeldBeanConfigurator. addInjectionPoint(InjectionPoint injectionPoint)WeldBeanConfigurator<T>WeldBeanConfigurator. addInjectionPoints(Set<InjectionPoint> injectionPoints)WeldBeanConfigurator<T>WeldBeanConfigurator. addInjectionPoints(InjectionPoint... injectionPoints)WeldBeanConfigurator<T>WeldBeanConfigurator. addQualifier(Annotation qualifier)WeldBeanConfigurator<T>WeldBeanConfigurator. addQualifiers(Annotation... qualifiers)WeldBeanConfigurator<T>WeldBeanConfigurator. addQualifiers(Set<Annotation> qualifiers)WeldBeanConfigurator<T>WeldBeanConfigurator. addStereotype(Class<? extends Annotation> stereotype)WeldBeanConfigurator<T>WeldBeanConfigurator. addStereotypes(Set<Class<? extends Annotation>> stereotypes)WeldBeanConfigurator<T>WeldBeanConfigurator. addTransitiveTypeClosure(Type type)WeldBeanConfigurator<T>WeldBeanConfigurator. addType(Type type)WeldBeanConfigurator<T>WeldBeanConfigurator. addType(TypeLiteral<?> typeLiteral)WeldBeanConfigurator<T>WeldBeanConfigurator. addTypes(Type... types)WeldBeanConfigurator<T>WeldBeanConfigurator. addTypes(Set<Type> types)WeldBeanConfigurator<T>WeldBeanConfigurator. alternative(boolean value)WeldBeanConfigurator<T>WeldBeanConfigurator. beanClass(Class<?> beanClass)<U extends T>
WeldBeanConfigurator<U>WeldBeanConfigurator. createWith(Function<CreationalContext<U>,U> callback)WeldBeanConfigurator<T>WeldBeanConfigurator. destroyWith(BiConsumer<T,CreationalContext<T>> callback)WeldBeanConfigurator<T>WeldBeanConfigurator. disposeWith(BiConsumer<T,Instance<Object>> callback)WeldBeanConfigurator<T>WeldBeanConfigurator. id(String id)WeldBeanConfigurator<T>WeldBeanConfigurator. injectionPoints(Set<InjectionPoint> injectionPoints)WeldBeanConfigurator<T>WeldBeanConfigurator. injectionPoints(InjectionPoint... injectionPoints)WeldBeanConfigurator<T>WeldBeanConfigurator. name(String name)WeldBeanConfigurator<T>WeldBeanConfigurator. priority(int priority)Allows to set a priority to an alternative bean hence selecting it globally.<U extends T>
WeldBeanConfigurator<U>WeldBeanConfigurator. produceWith(Function<Instance<Object>,U> callback)WeldBeanConfigurator<T>WeldBeanConfigurator. qualifiers(Annotation... qualifiers)WeldBeanConfigurator<T>WeldBeanConfigurator. qualifiers(Set<Annotation> qualifiers)<U extends T>
WeldBeanConfigurator<U>WeldBeanConfigurator. read(AnnotatedType<U> type)WeldBeanConfigurator<T>WeldBeanConfigurator. read(BeanAttributes<?> beanAttributes)WeldBeanConfigurator<T>WeldBeanConfigurator. scope(Class<? extends Annotation> scope)WeldBeanConfigurator<T>WeldBeanConfigurator. stereotypes(Set<Class<? extends Annotation>> stereotypes)WeldBeanConfigurator<T>WeldBeanConfigurator. types(Type... types)WeldBeanConfigurator<T>WeldBeanConfigurator. types(Set<Type> types) -
Uses of WeldBeanConfigurator in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return WeldBeanConfigurator Modifier and Type Method Description <T> WeldBeanConfigurator<T>AfterBeanDiscoveryImpl. addBean() -
Uses of WeldBeanConfigurator in org.jboss.weld.bootstrap.events.configurator
Classes in org.jboss.weld.bootstrap.events.configurator that implement WeldBeanConfigurator Modifier and Type Class Description classBeanConfiguratorImpl<T>
-