类的使用
cn.wjybxx.dsoncodec.ConverterOptions
使用ConverterOptions的程序包
-
cn.wjybxx.dsoncodec中ConverterOptions的使用
修饰符和类型方法说明ConverterOptions.Builder.build()DefaultDsonConverter.options()DsonConverter.options()DsonObjectReader.options()DsonObjectWriter.options()参数类型为ConverterOptions的cn.wjybxx.dsoncodec中的方法修饰符和类型方法说明static DefaultDsonConverterDefaultDsonConverter.newInstance(TypeMetaRegistry typeMetaRegistry, List<? extends DsonCodec<?>> pojoCodecList, ConverterOptions options) static DefaultDsonConverterDefaultDsonConverter.newInstance2(List<DsonCodecRegistry> registryList, TypeMetaRegistry typeMetaRegistry, ConverterOptions options) DefaultDsonConverter.withOptions(ConverterOptions options) DsonConverter.withOptions(ConverterOptions options) 在共享其它属性的情况,创建一个持有给定options的Converter