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.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 DecodingMode Modifier and Type Field Description private DecodingModeConfig.Builder. decodingModeMethods in com.jsoniter.spi that return DecodingMode Modifier and Type Method Description DecodingModeConfig. decodingMode()static DecodingModeDecodingMode. 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.BuilderConfig.Builder. decodingMode(DecodingMode decodingMode)
-