Uses of Enum Class
org.springframework.boot.autoconfigure.gson.GsonProperties.Strictness
Packages that use GsonProperties.Strictness
-
Uses of GsonProperties.Strictness in org.springframework.boot.autoconfigure.gson
Methods in org.springframework.boot.autoconfigure.gson that return GsonProperties.StrictnessModifier and TypeMethodDescriptionGsonProperties.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.autoconfigure.gson with parameters of type GsonProperties.StrictnessModifier and TypeMethodDescriptionvoidGsonProperties.setStrictness(GsonProperties.Strictness strictness)