Uses of Enum
com.jsoniter.spi.DecodingMode
Packages that use DecodingMode
-
Uses of DecodingMode in com.jsoniter
Methods in com.jsoniter with parameters of type DecodingModeModifier and TypeMethodDescriptionprivate static 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 DecodingModeMethods in com.jsoniter.spi that return DecodingModeModifier and TypeMethodDescriptionConfig.decodingMode()
static DecodingMode
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