Uses of Class
org.infinispan.cdi.common.util.BeanBuilder
Packages that use BeanBuilder
-
Uses of BeanBuilder in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util that return BeanBuilderModifier and TypeMethodDescriptionBeanBuilder.addQualifier(Annotation qualifier) Add to the qualifiers used for bean creation.BeanBuilder.addQualifiers(Annotation... qualifiers) Add to the qualifiers used for bean creation.BeanBuilder.addQualifiers(Collection<Annotation> qualifiers) Add to the qualifiers used for bean creation.Add to the type closure used for bean creation.Add to the type closure used for bean creation.BeanBuilder.addTypes(Collection<Type> types) Add to the type closure used for bean creation.BeanBuilder.alternative(boolean alternative) Define that the created bean will (or will not) be an alternative.Define the bean class used for bean creation.BeanBuilder.beanLifecycle(ContextualLifecycle<T> beanLifecycle) Define theContextualLifecycleused for bean creation.Define the id used for bean creation.BeanBuilder.injectionPoints(Set<InjectionPoint> injectionPoints) Define the injection points used for bean creation.Define the name of the bean used for bean creation.BeanBuilder.nullable(boolean nullable) Define that the created bean will (or will not) be nullable.BeanBuilder.passivationCapable(boolean passivationCapable) Define that the created bean will (or will not) be passivation capable.BeanBuilder.qualifiers(Annotation... qualifiers) Define the qualifiers used for bean creation.BeanBuilder.qualifiers(Set<Annotation> qualifiers) Define the qualifiers used for bean creation.BeanBuilder.readFromType(AnnotatedType<T> type) Read theAnnotatedType, creating a bean from the class and it's annotations.BeanBuilder.scope(Class<? extends Annotation> scope) Define the scope used for bean creation.BeanBuilder.stereotypes(Set<Class<? extends Annotation>> stereotypes) Define the stereotypes used for bean creation.Define the string used whenObject.toString()is called on the bean.Define the type closure used for bean creation.Define the type closure used for bean creation.