Package org.apache.syncope.sra
Class ApplicationContextUtils
java.lang.Object
org.apache.syncope.sra.ApplicationContextUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
getOrCreateBean
(ConfigurableApplicationContext ctx, String actualClazz, Class<T> type)
-
Method Details
-
getOrCreateBean
public static <T> T getOrCreateBean(ConfigurableApplicationContext ctx, String actualClazz, Class<T> type) throws ClassNotFoundException - Throws:
ClassNotFoundException
-