接口 ContainedBean<B>
-
- 所有已知子接口:
ContainedBeanImplementor<B>
- 所有已知实现类:
FallbackContainedBean
public interface ContainedBean<B>- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 BgetBeanInstance()Get the bean instance producer associated with this container-backed bean
-
-
-
方法详细资料
-
getBeanInstance
B getBeanInstance()
Get the bean instance producer associated with this container-backed bean
-
-