Class SubstituteKotlinDetector
- java.lang.Object
-
- org.apache.camel.quarkus.support.spring.graal.SubstituteKotlinDetector
-
final class SubstituteKotlinDetector extends Object
-
-
Constructor Summary
Constructors Constructor Description SubstituteKotlinDetector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisKotlinPresent()static booleanisKotlinReflectPresent()static booleanisKotlinType(Class<?> clazz)
-
-
-
Method Detail
-
isKotlinPresent
public static boolean isKotlinPresent()
-
isKotlinReflectPresent
public static boolean isKotlinReflectPresent()
-
isKotlinType
public static boolean isKotlinType(Class<?> clazz)
-
-