From c7169d6e9dec101fc5523f84766b6fd0c3ecb656 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 16 Feb 2019 23:29:42 +0100 Subject: API documentation for KVision 0.0.25 --- .../-spring-context/get-bean.html | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 api/pl.treksoft.kvision.remote/-spring-context/get-bean.html (limited to 'api/pl.treksoft.kvision.remote/-spring-context/get-bean.html') diff --git a/api/pl.treksoft.kvision.remote/-spring-context/get-bean.html b/api/pl.treksoft.kvision.remote/-spring-context/get-bean.html deleted file mode 100644 index 24be4c0c..00000000 --- a/api/pl.treksoft.kvision.remote/-spring-context/get-bean.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SpringContext.getBean - kvision - - - -kvision / pl.treksoft.kvision.remote / SpringContext / getBean
-
-

getBean

- -fun <T> getBean(beanClass: Class<T>): T -

Get a Spring bean by type.

- -fun getBean(beanName: String): Any -

Get a Spring bean by name.

- -fun <T> getBean(beanName: String, beanClass: Class<T>): T -

Get a Spring bean by name and type.

- - -- cgit