T - type of the bean classS - type of bean (either Bean, Interceptor or Decorator)public class WrappedBeanHolder<T,S extends Bean<T>>
extends java.lang.Object
IsolatedForwardingBean and its subclasses as a value holder.| Constructor and Description |
|---|
WrappedBeanHolder(BeanAttributes<T> attributes,
S bean) |
| Modifier and Type | Method and Description |
|---|---|
BeanAttributes<T> |
getAttributes() |
S |
getBean() |
static <T,S extends Bean<T>> |
of(BeanAttributes<T> attributes,
S bean) |
public WrappedBeanHolder(BeanAttributes<T> attributes, S bean)
public static <T,S extends Bean<T>> WrappedBeanHolder<T,S> of(BeanAttributes<T> attributes, S bean)
public BeanAttributes<T> getAttributes()
public S getBean()
Copyright © 2014. All Rights Reserved.