| Package | Description |
|---|---|
| com.jsoniter.extra | |
| com.jsoniter.fuzzy | |
| com.jsoniter.spi |
| Modifier and Type | Method and Description |
|---|---|
Decoder |
GsonCompatibilityMode.createDecoder(String cacheKey,
Type type) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaybeEmptyArrayDecoder |
class |
MaybeStringDoubleDecoder |
class |
MaybeStringFloatDecoder |
class |
MaybeStringIntDecoder |
class |
MaybeStringLongDecoder |
class |
MaybeStringShortDecoder |
class |
StringDoubleDecoder |
class |
StringFloatDecoder |
class |
StringIntDecoder |
class |
StringLongDecoder |
class |
StringShortDecoder |
| Modifier and Type | Class and Description |
|---|---|
static class |
Decoder.BooleanDecoder |
static class |
Decoder.DoubleDecoder |
static class |
Decoder.FloatDecoder |
static class |
Decoder.IntDecoder |
static class |
Decoder.LongDecoder |
static class |
Decoder.ShortDecoder |
| Modifier and Type | Field and Description |
|---|---|
Decoder |
Binding.decoder |
| Modifier and Type | Method and Description |
|---|---|
Decoder |
EmptyExtension.createDecoder(String cacheKey,
Type type) |
Decoder |
Extension.createDecoder(String cacheKey,
Type type)
Customize type decoding
|
static Decoder |
JsoniterSpi.getDecoder(String cacheKey) |
static Decoder |
JsoniterSpi.getMapKeyDecoder(String cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JsoniterSpi.addNewDecoder(String cacheKey,
Decoder decoder) |
static void |
JsoniterSpi.addNewMapDecoder(String cacheKey,
Decoder mapKeyDecoder) |
static void |
JsoniterSpi.registerMapKeyDecoder(Type mapKeyType,
Decoder mapKeyDecoder) |
static void |
JsoniterSpi.registerPropertyDecoder(Class clazz,
String property,
Decoder decoder) |
static void |
JsoniterSpi.registerPropertyDecoder(TypeLiteral typeLiteral,
String property,
Decoder decoder) |
static void |
JsoniterSpi.registerTypeDecoder(Class clazz,
Decoder decoder) |
static void |
JsoniterSpi.registerTypeDecoder(TypeLiteral typeLiteral,
Decoder decoder) |
Copyright © 2019. All rights reserved.