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 enumEnumeration of levels of strictness.Methods in org.springframework.boot.gson.autoconfigure that return GsonProperties.StrictnessModifier and TypeMethodDescription@Nullable GsonProperties.StrictnessGsonProperties.getStrictness()static GsonProperties.StrictnessReturns 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 TypeMethodDescriptionvoidGsonProperties.setStrictness(@Nullable GsonProperties.Strictness strictness)