Uses of Enum
com.google.gson.Strictness
Packages that use Strictness
Package
Description
This package provides the
Gson class to convert Json to Java and
vice-versa.This package provides classes for processing JSON in an efficient streaming way.
-
Uses of Strictness in com.google.gson
Methods in com.google.gson that return StrictnessModifier and TypeMethodDescriptionstatic StrictnessReturns the enum constant of this type with the specified name.static Strictness[]Strictness.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gson with parameters of type StrictnessModifier and TypeMethodDescriptionGsonBuilder.setStrictness(Strictness strictness) Sets the strictness of this builder to the provided parameter. -
Uses of Strictness in com.google.gson.stream
Methods in com.google.gson.stream that return StrictnessModifier and TypeMethodDescriptionfinal StrictnessJsonReader.getStrictness()Returns the strictness of this reader.final StrictnessJsonWriter.getStrictness()Returns the strictness of this writer.Methods in com.google.gson.stream with parameters of type StrictnessModifier and TypeMethodDescriptionfinal voidJsonReader.setStrictness(Strictness strictness) Configures how liberal this parser is in what it accepts.final voidJsonWriter.setStrictness(Strictness strictness) Configures how strict this writer is with regard to the syntax rules specified in RFC 8259.