Class SubstituteBeanUtilsKotlinDelegate
- java.lang.Object
-
- org.apache.camel.quarkus.support.spring.graal.SubstituteBeanUtilsKotlinDelegate
-
final class SubstituteBeanUtilsKotlinDelegate extends Object
-
-
Constructor Summary
Constructors Constructor Description SubstituteBeanUtilsKotlinDelegate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Constructor<T>findPrimaryConstructor(Class<T> clazz)static <T> TinstantiateClass(Constructor<T> ctor, Object... args)
-
-
-
Method Detail
-
findPrimaryConstructor
public static <T> Constructor<T> findPrimaryConstructor(Class<T> clazz)
-
instantiateClass
public static <T> T instantiateClass(Constructor<T> ctor, Object... args) throws IllegalAccessException, InvocationTargetException, InstantiationException
-
-