类的使用
com.dtflys.forest.converter.ConvertOptions
使用ConvertOptions的程序包
程序包
说明
-
com.dtflys.forest.converter中ConvertOptions的使用
修饰符和类型方法说明static ConvertOptionsConvertOptions.defaultOptions()ConvertOptions.evaluateLazyValue(boolean evaluateLazyValue) ConvertOptions.exclude(Collection<String> fieldNames) ConvertOptions.nullValuePolicy(ConvertOptions.NullValuePolicy nullValuePolicy) 修饰符和类型方法说明byte[]ForestEncoder.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) default byte[]ForestEncoder.encodeRequestBody(ForestRequest request, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.binary中ConvertOptions的使用
修饰符和类型方法说明byte[]DefaultBinaryConverter.encodeRequestBody(ForestBody reqBody, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.form中ConvertOptions的使用
修饰符和类型方法说明byte[]DefaultFormConvertor.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) protected List<RequestNameValue>DefaultFormConvertor.processFromNameValueList(ForestRequest request, List<RequestNameValue> nameValueList, ForestConfiguration configuration, ConvertOptions options) 处理Form表单中的键值对列表 -
com.dtflys.forest.converter.json中ConvertOptions的使用
修饰符和类型方法说明ForestFastjson2Converter.convertObjectToMap(Object obj, ForestRequest request, ConvertOptions options) ForestFastjsonConverter.convertObjectToMap(Object obj, ForestRequest request, ConvertOptions options) ForestGsonConverter.convertObjectToMap(Object obj, ForestRequest request, ConvertOptions options) ForestJacksonConverter.convertObjectToMap(Object obj, ForestRequest request, ConvertOptions options) ForestJsonConverter.convertObjectToMap(Object obj, ForestRequest request, ConvertOptions options) 将源对象转换为Map对象ForestFastjsonConverter.defaultJsonMap(Object obj, ConvertOptions options) default byte[]ForestJsonConverter.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.protobuf中ConvertOptions的使用
修饰符和类型方法说明default byte[]ForestProtobufConverter.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.converter.text中ConvertOptions的使用
修饰符和类型方法说明byte[]DefaultTextConverter.encodeRequestBody(ForestBody body, Charset charset, ConvertOptions options) -
com.dtflys.forest.http中ConvertOptions的使用
参数类型为ConvertOptions的com.dtflys.forest.http中的方法修饰符和类型方法说明byte[]ForestBody.encode(ConvertOptions options) byte[]ForestBody.encode(ForestEncoder encoder, Charset charset, ConvertOptions options) byte[]ForestBody.encode(ForestDataType type, ConvertOptions options) byte[]ForestBody.encode(ForestDataType type, Charset charset, ConvertOptions options) byte[]ForestBody.encode(Charset charset, ConvertOptions options) ForestBody.encodeToString(ConvertOptions options) ForestBody.encodeToString(ForestEncoder encoder, Charset charset, ConvertOptions options) ForestBody.encodeToString(ForestDataType type, ConvertOptions options) ForestBody.encodeToString(ForestDataType type, Charset charset, ConvertOptions options) ForestBody.encodeToString(Charset charset, ConvertOptions options) -
com.dtflys.forest.http.model中ConvertOptions的使用
修饰符和类型方法说明JavaObjectProperty.getValue(ForestRequest request, ConvertOptions options) MapProperty.getValue(ForestRequest request, ConvertOptions options) ObjectProperty.getValue(ForestRequest request, ConvertOptions options)