Uses of Class
com.jsoniter.spi.DecodingMode
-
Packages that use DecodingMode Package Description com.jsoniter com.jsoniter.spi -
-
Uses of DecodingMode in com.jsoniter
Methods in com.jsoniter with parameters of type DecodingMode Modifier and Type Method Description private static java.lang.String
Codegen. genSource(DecodingMode mode, ClassInfo classInfo)
static void
JsonIterator. setMode(DecodingMode mode)
private static boolean
Codegen. shouldUseStrictMode(DecodingMode mode, ClassDescriptor desc)
-
Uses of DecodingMode in com.jsoniter.spi
Fields in com.jsoniter.spi declared as DecodingMode Modifier and Type Field Description private DecodingMode
Config.Builder. decodingMode
Methods in com.jsoniter.spi that return DecodingMode Modifier and Type Method Description DecodingMode
Config. decodingMode()
static DecodingMode
DecodingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DecodingMode[]
DecodingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jsoniter.spi with parameters of type DecodingMode Modifier and Type Method Description Config.Builder
Config.Builder. decodingMode(DecodingMode decodingMode)
-