T - the type of bean producedpublic interface ScopedFactoryBean<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<T> |
getBeanType()
Returns the type of the bean produced by this
ScopedFactoryBean. |
java.lang.String |
getScope()
Returns the name of the scope, where the bean produced by this
ScopedFactoryBean lives in. |
T |
produceBean()
Produces a new bean of type
T corresponding to the given Activity. |
java.lang.String getScope()
ScopedFactoryBean lives in.java.lang.Class<T> getBeanType()
ScopedFactoryBean.T produceBean()
T corresponding to the given Activity.T corresponding to the given Activity