public class JsoniterSpi extends Object
| Constructor and Description |
|---|
JsoniterSpi() |
public static void setCurrentConfig(Config val)
public static void clearCurrentConfig()
public static Config getCurrentConfig()
public static void setDefaultConfig(Config val)
public static Config getDefaultConfig()
public static void registerExtension(Extension extension)
public static void registerMapKeyDecoder(Type mapKeyType, Decoder mapKeyDecoder)
public static void registerMapKeyEncoder(Type mapKeyType, Encoder mapKeyEncoder)
public static void registerTypeImplementation(Class superClazz, Class implClazz)
public static void registerTypeDecoder(TypeLiteral typeLiteral, Decoder decoder)
public static void registerTypeEncoder(TypeLiteral typeLiteral, Encoder encoder)
public static void registerPropertyDecoder(Class clazz, String property, Decoder decoder)
public static void registerPropertyDecoder(TypeLiteral typeLiteral, String property, Decoder decoder)
public static void registerPropertyEncoder(Class clazz, String property, Encoder encoder)
public static void registerPropertyEncoder(TypeLiteral typeLiteral, String property, Encoder encoder)
public static boolean canCreate(Class clazz)
Copyright © 2019. All rights reserved.