Uses of Interface
com.jsoniter.spi.Decoder
Packages that use 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 DecoderMethods 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) 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)