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 class
private static class
private static class
(package private) class
(package private) class
(package private) class
(package private) class
class
class
class
Fields in com.jsoniter declared as DecoderModifier and TypeFieldDescriptionprivate final Decoder
ReflectionArrayDecoder.compTypeDecoder
private final Decoder
ReflectionCollectionDecoder.compTypeDecoder
private final Decoder
MapKeyDecoders.NumberKeyDecoder.decoder
private final Decoder
ReflectionMapDecoder.mapKeyDecoder
private final Decoder
ReflectionMapDecoder.valueTypeDecoder
Fields in com.jsoniter with type parameters of type DecoderMethods in com.jsoniter that return DecoderModifier and TypeMethodDescriptionstatic Decoder
ReflectionObjectDecoder.create()
private static Decoder
MapKeyDecoders.createMapKeyDecoder
(Type mapKeyType) private static Decoder
static Decoder
(package private) static Decoder
Codegen.getDecoder
(String cacheKey, Type type) static Decoder
MapKeyDecoders.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of Decoder in com.jsoniter.spi
Classes in com.jsoniter.spi that implement DecoderModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Fields in com.jsoniter.spi declared as DecoderFields in com.jsoniter.spi with type parameters of type DecoderModifier and TypeFieldDescriptionJsoniterSpi.decoders
JsoniterSpi.globalMapKeyDecoders
private static Map
<JsoniterSpi.TypeProperty, Decoder> JsoniterSpi.globalPropertyDecoders
JsoniterSpi.globalTypeDecoders
JsoniterSpi.mapKeyDecoders
Methods in com.jsoniter.spi that return DecoderModifier and TypeMethodDescriptionEmptyExtension.createDecoder
(String cacheKey, Type type) Extension.createDecoder
(String cacheKey, Type type) Customize type decodingstatic Decoder
JsoniterSpi.getDecoder
(String cacheKey) static Decoder
JsoniterSpi.getMapKeyDecoder
(String cacheKey) Methods in com.jsoniter.spi with parameters of type DecoderModifier and TypeMethodDescriptionstatic void
JsoniterSpi.addNewDecoder
(String cacheKey, Decoder decoder) static void
JsoniterSpi.addNewMapDecoder
(String cacheKey, Decoder mapKeyDecoder) private static void
JsoniterSpi.copyGlobalMapKeyDecoder
(String configName, Type mapKeyType, Decoder mapKeyDecoder) private static void
JsoniterSpi.copyGlobalPropertyDecoder
(String configName, Type type, String property, Decoder propertyDecoder) private static void
JsoniterSpi.copyGlobalTypeDecoder
(String configName, Type type, Decoder typeDecoder) static void
JsoniterSpi.registerMapKeyDecoder
(Type mapKeyType, Decoder mapKeyDecoder) static void
JsoniterSpi.registerPropertyDecoder
(TypeLiteral typeLiteral, String property, Decoder decoder) static void
JsoniterSpi.registerPropertyDecoder
(Class clazz, String property, Decoder decoder) static void
JsoniterSpi.registerTypeDecoder
(TypeLiteral typeLiteral, Decoder decoder) static void
JsoniterSpi.registerTypeDecoder
(Class clazz, Decoder decoder)