public interface AbstractBeanFactory
BeanFactory
and BeanPrototypeBuilder
.Modifier and Type | Method and Description |
---|---|
<BEAN extends Bean> |
copy(BEAN bean)
Creates a copy of the given
Bean . |
<BEAN extends Bean> |
create(BEAN prototype) |
<BEAN extends Bean> |
getPrototype(BEAN bean) |
<BEAN extends Bean> |
getReadOnlyBean(BEAN bean) |
<BEAN extends Bean> BEAN getPrototype(BEAN bean)
<BEAN extends Bean> BEAN create(BEAN prototype)
BEAN
- the generic type of the Bean
.prototype
- the prototype
of the Bean
to create.Bean
instance.BeanFactory.create(Class)
,
BeanPrototypeBuilder.createPrototype(Class, String, Bean...)
<BEAN extends Bean> BEAN getReadOnlyBean(BEAN bean)
Copyright © 2001–2016 mmm-Team. All rights reserved.