We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f029fc8 commit 7cd0d8dCopy full SHA for 7cd0d8d
src/main/kotlin/com/lambda/util/DynamicReflectionSerializer.kt
@@ -118,7 +118,7 @@ object DynamicReflectionSerializer : Loadable {
118
}
119
120
fun <T : Any> KClass<T>.dynamicName(remap: Boolean, simple: Boolean = true) =
121
- if (remap && simple)
+ if (remap)
122
if (simple) qualifiedName?.simpleRemappedName else qualifiedName?.remappedName
123
else if (simple) simpleName else qualifiedName
124
0 commit comments