Skip to content

Commit

Permalink
Modify JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Jun 27, 2024
1 parent 3fe1c87 commit eb6f944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/tools/jackson/module/kotlin/KotlinModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ fun Class<*>.isKotlinClass(): Boolean = this.isAnnotationPresent(Metadata::class
* map object.
* @property nullIsSameAsDefault Default false. Whether to treat null values as absent when deserializing, thereby
* using the default value provided in Kotlin.
* @property enabledSingletonSupport Default: DISABLED. Mode for singleton handling.
* See {@link tools.jackson.module.kotlin.SingletonSupport label}
* @property enabledSingletonSupport Default: false. Whether to enable singleton handling.
* @property strictNullChecks Default: false. Whether to check deserialized collections. With this disabled,
* the default, collections which are typed to disallow null members
* (e.g. List<String>) may contain null values after deserialization. Enabling it
Expand Down

0 comments on commit eb6f944

Please sign in to comment.