Class SubstituteBeanUtilsKotlinDelegate
java.lang.Object
org.apache.camel.quarkus.support.spring.graal.SubstituteBeanUtilsKotlinDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Constructor<T>findPrimaryConstructor(Class<T> clazz) static <T> TinstantiateClass(Constructor<T> ctor, Object... args)
-
Constructor Details
-
SubstituteBeanUtilsKotlinDelegate
SubstituteBeanUtilsKotlinDelegate()
-
-
Method Details
-
findPrimaryConstructor
-
instantiateClass
public static <T> T instantiateClass(Constructor<T> ctor, Object... args) throws IllegalAccessException, InvocationTargetException, InstantiationException
-