接口的使用
cn.wjybxx.dsoncodec.DsonCodecRegistry
使用DsonCodecRegistry的程序包
-
cn.wjybxx.dsoncodec中DsonCodecRegistry的使用
修饰符和类型方法说明DefaultDsonConverter.codecRegistry()DsonConverter.codecRegistry()static DsonCodecRegistryDsonCodecRegistries.fromCodecs(DsonCodecImpl<?>... pojoCodecs) static DsonCodecRegistryDsonCodecRegistries.fromCodecs(List<? extends DsonCodecImpl<?>> pojoCodecs) static DsonCodecRegistryDsonCodecRegistries.fromRegistries(DsonCodecRegistry... codecRegistry) static DsonCodecRegistryDsonCodecRegistries.fromRegistries(List<DsonCodecRegistry> codecRegistry) static DsonCodecRegistryDsonConverterUtils.getDefaultCodecRegistry()获取默认的编解码器参数类型为DsonCodecRegistry的cn.wjybxx.dsoncodec中的方法修饰符和类型方法说明static DsonCodecRegistryDsonCodecRegistries.fromRegistries(DsonCodecRegistry... codecRegistry) <T> DsonCodecImpl<T> DsonCodecRegistry.getDecoder(Class<T> clazz, DsonCodecRegistry rootRegistry) 查找解码器(decoder)。<T> DsonCodecImpl<? super T> DsonCodecRegistry.getEncoder(Class<T> clazz, DsonCodecRegistry rootRegistry) 查找编码器(encoder)。类型变量类型为DsonCodecRegistry的cn.wjybxx.dsoncodec中的方法参数修饰符和类型方法说明static DsonCodecRegistryDsonCodecRegistries.fromRegistries(List<DsonCodecRegistry> codecRegistry) static DefaultDsonConverterDefaultDsonConverter.newInstance2(List<DsonCodecRegistry> registryList, TypeMetaRegistry typeMetaRegistry, ConverterOptions options)