Uses of Interface
com.jsoniter.spi.Decoder
Packages that use Decoder
-
Uses of Decoder in com.jsoniter
Classes in com.jsoniter that implement DecoderModifier and TypeClassDescriptionprivate static classprivate static classprivate static class(package private) class(package private) class(package private) class(package private) classclassclassclassFields in com.jsoniter declared as DecoderModifier and TypeFieldDescriptionprivate final DecoderReflectionArrayDecoder.compTypeDecoderprivate final DecoderReflectionCollectionDecoder.compTypeDecoderprivate final DecoderMapKeyDecoders.NumberKeyDecoder.decoderprivate final DecoderReflectionMapDecoder.mapKeyDecoderprivate final DecoderReflectionMapDecoder.valueTypeDecoderFields in com.jsoniter with type parameters of type DecoderMethods in com.jsoniter that return DecoderModifier and TypeMethodDescriptionstatic DecoderReflectionObjectDecoder.create()private static DecoderMapKeyDecoders.createMapKeyDecoder(Type mapKeyType) private static Decoderstatic Decoder(package private) static DecoderCodegen.getDecoder(String cacheKey, Type type) static DecoderMapKeyDecoders.registerOrGetExisting(Type mapKeyType) Constructors in com.jsoniter with parameters of type Decoder -
Uses of Decoder in com.jsoniter.extra
Methods in com.jsoniter.extra that return DecoderModifier and TypeMethodDescriptionGsonCompatibilityMode.createDecoder(String cacheKey, Type type) -
Uses of Decoder in com.jsoniter.fuzzy
Classes in com.jsoniter.fuzzy that implement DecoderModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of Decoder in com.jsoniter.spi
Classes in com.jsoniter.spi that implement DecoderModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classFields in com.jsoniter.spi declared as DecoderFields in com.jsoniter.spi with type parameters of type DecoderModifier and TypeFieldDescriptionJsoniterSpi.decodersJsoniterSpi.globalMapKeyDecodersprivate static Map<JsoniterSpi.TypeProperty, Decoder> JsoniterSpi.globalPropertyDecodersJsoniterSpi.globalTypeDecodersJsoniterSpi.mapKeyDecodersMethods in com.jsoniter.spi that return DecoderModifier and TypeMethodDescriptionEmptyExtension.createDecoder(String cacheKey, Type type) Extension.createDecoder(String cacheKey, Type type) Customize type decodingstatic DecoderJsoniterSpi.getDecoder(String cacheKey) static DecoderJsoniterSpi.getMapKeyDecoder(String cacheKey) Methods in com.jsoniter.spi with parameters of type DecoderModifier and TypeMethodDescriptionstatic voidJsoniterSpi.addNewDecoder(String cacheKey, Decoder decoder) static voidJsoniterSpi.addNewMapDecoder(String cacheKey, Decoder mapKeyDecoder) private static voidJsoniterSpi.copyGlobalMapKeyDecoder(String configName, Type mapKeyType, Decoder mapKeyDecoder) private static voidJsoniterSpi.copyGlobalPropertyDecoder(String configName, Type type, String property, Decoder propertyDecoder) private static voidJsoniterSpi.copyGlobalTypeDecoder(String configName, Type type, Decoder typeDecoder) static voidJsoniterSpi.registerMapKeyDecoder(Type mapKeyType, Decoder mapKeyDecoder) static voidJsoniterSpi.registerPropertyDecoder(TypeLiteral typeLiteral, String property, Decoder decoder) static voidJsoniterSpi.registerPropertyDecoder(Class clazz, String property, Decoder decoder) static voidJsoniterSpi.registerTypeDecoder(TypeLiteral typeLiteral, Decoder decoder) static voidJsoniterSpi.registerTypeDecoder(Class clazz, Decoder decoder)