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 StringCodegen.genSource(DecodingMode mode, ClassInfo classInfo) static voidJsonIterator.setMode(DecodingMode mode) private static booleanCodegen.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 DecodingModeReturns 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