Package org.apache.syncope.sra
Class ApplicationContextUtils
- java.lang.Object
-
- org.apache.syncope.sra.ApplicationContextUtils
-
public final class ApplicationContextUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
getOrCreateBean(ConfigurableApplicationContext ctx, String actualClazz, Class<T> type)
-
-
-
Method Detail
-
getOrCreateBean
public static <T> T getOrCreateBean(ConfigurableApplicationContext ctx, String actualClazz, Class<T> type) throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-