File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/main/kotlin/com/fasterxml/jackson/module/kotlin Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,15 @@ import com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector
1414import com.fasterxml.jackson.databind.util.BeanUtil
1515import java.lang.reflect.Constructor
1616import java.lang.reflect.Method
17- import java.util.*
17+ import java.util.Locale
1818import kotlin.reflect.KClass
1919import kotlin.reflect.KFunction
2020import kotlin.reflect.KParameter
21- import kotlin.reflect.full.*
21+ import kotlin.reflect.full.companionObject
22+ import kotlin.reflect.full.declaredFunctions
23+ import kotlin.reflect.full.hasAnnotation
24+ import kotlin.reflect.full.memberProperties
25+ import kotlin.reflect.full.primaryConstructor
2226import kotlin.reflect.jvm.internal.KotlinReflectionInternalError
2327import kotlin.reflect.jvm.javaType
2428import kotlin.reflect.jvm.kotlinFunction
You can’t perform that action at this time.
0 commit comments