public static interface ConfiguredBeanLocator.BeanLoaderListener<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
beanLoaded(java.lang.String name,
T bean)
Return true if the bean that was loaded meets the requirements at
which point, the loader will stop loading additional beans of the
given type
|
boolean |
loadBean(java.lang.String name,
java.lang.Class<? extends T> type)
Return true to have the loader go ahead and load the bean.
|
boolean loadBean(java.lang.String name,
java.lang.Class<? extends T> type)
name - type - boolean beanLoaded(java.lang.String name,
T bean)
name - bean -