Package | Description |
---|---|
org.apache.deltaspike.core.util.bean |
Modifier and Type | Method and Description |
---|---|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.addQualifier(java.lang.annotation.Annotation qualifier)
Add to the qualifiers used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.addQualifiers(java.lang.annotation.Annotation... qualifiers)
Add to the qualifiers used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.addQualifiers(Collection<java.lang.annotation.Annotation> qualifiers)
Add to the qualifiers used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.addType(Type type)
Add to the type closure used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.addTypes(Collection<Type> types)
Add to the type closure used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.addTypes(Type... types)
Add to the type closure used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.alternative(boolean alternative)
Define that the created bean will (or will not) be an alternative.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.id(String id)
Define the id used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.name(String name)
Define the name of the bean used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.nullable(boolean nullable)
Define that the created bean will (or will not) be nullable.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.passivationCapable(boolean passivationCapable)
Define that the created bean will (or will not) be passivation capable.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.qualifiers(java.lang.annotation.Annotation... qualifiers)
Define the qualifiers used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.qualifiers(Set<java.lang.annotation.Annotation> qualifiers)
Define the qualifiers used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.readFromType(javax.enterprise.inject.spi.AnnotatedType<T> type)
Read the
AnnotatedType , creating a narrowing bean from the class
and its annotations. |
WrappingBeanBuilder<T> |
WrappingBeanBuilder.scope(Class<? extends java.lang.annotation.Annotation> scope)
Define the scope used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.stereotypes(Set<Class<? extends java.lang.annotation.Annotation>> stereotypes)
Define the stereotypes used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.toString(String toString)
Define the string used when
Object.toString() is called on the bean. |
WrappingBeanBuilder<T> |
WrappingBeanBuilder.types(Set<Type> types)
Define the type closure used for bean creation.
|
WrappingBeanBuilder<T> |
WrappingBeanBuilder.types(Type... types)
Define the type closure used for bean creation.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.