Uses of Class
org.glassfish.soteria.cdi.CdiProducer
-
Packages that use CdiProducer Package Description org.glassfish.soteria.cdi -
-
Uses of CdiProducer in org.glassfish.soteria.cdi
Subclasses of CdiProducer in org.glassfish.soteria.cdi Modifier and Type Class Description classCdiDecorator<T>Methods in org.glassfish.soteria.cdi that return CdiProducer Modifier and Type Method Description protected CdiProducer<T>CdiProducer. active(boolean active)protected CdiProducer<T>CdiProducer. addToId(Object object)protected CdiProducer<T>CdiProducer. beanClass(Class<?> beanClass)protected CdiProducer<T>CdiProducer. beanClassAndType(Class<?> beanClass)CdiProducer<T>CdiDecorator. create(jakarta.enterprise.inject.spi.BeanManager beanManager, BiFunction<jakarta.enterprise.context.spi.CreationalContext<T>,Object,T> create)protected CdiProducer<T>CdiProducer. create(Function<jakarta.enterprise.context.spi.CreationalContext<T>,T> create)protected CdiProducer<T>CdiProducer. name(String name)protected CdiProducer<T>CdiProducer. qualifiers(Annotation... qualifiers)protected CdiProducer<T>CdiProducer. scope(Class<? extends Annotation> scope)protected CdiProducer<T>CdiProducer. types(Type... types)
-