Package | Description |
---|---|
org.infinispan.cdi.util |
This package contains utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingContextualLifecycle<T>
An implementation of
ContextualLifecycle that is backed by an
InjectionTarget . |
Modifier and Type | Method and Description |
---|---|
ContextualLifecycle<T> |
BeanBuilder.getBeanLifecycle()
The
ContextualLifecycle currently defined for bean creation. |
Modifier and Type | Method and Description |
---|---|
BeanBuilder<T> |
BeanBuilder.beanLifecycle(ContextualLifecycle<T> beanLifecycle)
Define the
ContextualLifecycle used for bean creation. |
Constructor and Description |
---|
ImmutableBean(Class<?> beanClass,
String name,
Set<Annotation> qualifiers,
Class<? extends Annotation> scope,
Set<Class<? extends Annotation>> stereotypes,
Set<Type> types,
boolean alternative,
boolean nullable,
Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints,
ContextualLifecycle<T> contextualLifecycle,
String toString)
Create a new, immutable bean.
|
ImmutablePassivationCapableBean(String id,
Class<?> beanClass,
String name,
Set<Annotation> qualifiers,
Class<? extends Annotation> scope,
Set<Class<? extends Annotation>> stereotypes,
Set<Type> types,
boolean alternative,
boolean nullable,
Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints,
ContextualLifecycle<T> beanLifecycle,
String toString) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.