Uses of Enum Class
org.springframework.boot.kotlin.serialization.autoconfigure.KotlinSerializationProperties.JsonNamingStrategy
Packages that use KotlinSerializationProperties.JsonNamingStrategy
Package
Description
Auto-configuration for Kotlin Serialization.
-
Uses of KotlinSerializationProperties.JsonNamingStrategy in org.springframework.boot.kotlin.serialization.autoconfigure
Subclasses with type arguments of type KotlinSerializationProperties.JsonNamingStrategy in org.springframework.boot.kotlin.serialization.autoconfigureModifier and TypeClassDescriptionstatic enum
Enum representing strategies for JSON property naming.Methods in org.springframework.boot.kotlin.serialization.autoconfigure that return KotlinSerializationProperties.JsonNamingStrategyModifier and TypeMethodDescriptionKotlinSerializationProperties.getNamingStrategy()
Returns the enum constant of this class with the specified name.KotlinSerializationProperties.JsonNamingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.kotlin.serialization.autoconfigure with parameters of type KotlinSerializationProperties.JsonNamingStrategyModifier and TypeMethodDescriptionvoid
KotlinSerializationProperties.setNamingStrategy
(@Nullable KotlinSerializationProperties.JsonNamingStrategy namingStrategy)