Class | Description |
---|---|
BaseImmutableBean<T> |
A base class for implementing
Bean . |
BeanBuilder<T> |
A builder class for creating immutable beans.
|
ImmutableBean<T> | |
ImmutableBeanWrapper<T> |
This bean-wrapper allows you to build a general purpose bean (likely a
producer method), and register it for a narrowed type (or qualifiers).
|
ImmutablePassivationCapableBean<T> | |
ImmutablePassivationCapableBeanWrapper<T> |
PassivationCapable version of an ImmutableBeanWrapper.
|
WrappingBeanBuilder<T> |
A WrappingBeanBuilder helps creating Beans which internally
just wrap another existing Bean.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.