fun <T : Annotation> ListableBeanFactory.findAnnotationOnBean(beanName: String): Annotation?
Extension for ListableBeanFactory.findAnnotationOnBean providing a
|
|
fun <T : Any> BeanFactory.getBean(): T
Extension for BeanFactory.getBean providing a fun <T : Any> BeanFactory.getBean(name: String): T
Extension for BeanFactory.getBean providing a fun <T : Any> BeanFactory.getBean(vararg args: Any): T
Extension for BeanFactory.getBean providing a |
|
fun <T : Annotation> ListableBeanFactory.getBeanNamesForAnnotation(): Array<out String>
Extension for ListableBeanFactory.getBeanNamesForAnnotation providing a
|
|
fun <T : Any> ListableBeanFactory.getBeanNamesForType(includeNonSingletons: Boolean = true, allowEagerInit: Boolean = true): Array<out String>
Extension for ListableBeanFactory.getBeanNamesForType providing a
|
|
fun <T : Any> ListableBeanFactory.getBeansOfType(includeNonSingletons: Boolean = true, allowEagerInit: Boolean = true): Map<String, T>
Extension for ListableBeanFactory.getBeansOfType providing a |
|
fun <T : Annotation> ListableBeanFactory.getBeansWithAnnotation(): Map<String, Any>
Extension for ListableBeanFactory.getBeansWithAnnotation providing a
|