Java org.springframework.core KotlinDetector fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core KotlinDetector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core KotlinDetector.

The text is from its open source code.

Method

booleanisKotlinPresent()
Determine whether Kotlin is present in general.
booleanisKotlinReflectPresent()
Determine whether Kotlin reflection is present.
booleanisKotlinType(Class clazz)
Determine whether the given Class is a Kotlin type (with Kotlin metadata present on it).