Uses of Enum Class
org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
Packages that use GsonProperties.Strictness
-
Uses of GsonProperties.Strictness in org.springframework.boot.gson.autoconfigure
Subclasses with type arguments of type GsonProperties.Strictness in org.springframework.boot.gson.autoconfigureModifier and TypeClassDescriptionstatic enum
Enumeration of levels of strictness.Methods in org.springframework.boot.gson.autoconfigure that return GsonProperties.StrictnessModifier and TypeMethodDescriptionGsonProperties.getStrictness()
static GsonProperties.Strictness
Returns the enum constant of this class with the specified name.static GsonProperties.Strictness[]
GsonProperties.Strictness.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.gson.autoconfigure with parameters of type GsonProperties.StrictnessModifier and TypeMethodDescriptionvoid
GsonProperties.setStrictness
(GsonProperties.Strictness strictness)