接口的使用
net.dongliu.cute.http.json.JsonMarshaller
-
使用JsonMarshaller的程序包 程序包 说明 net.dongliu.cute.http The Http APIsnet.dongliu.cute.http.body Http Request Bodiesnet.dongliu.cute.http.json -
-
net.dongliu.cute.http中JsonMarshaller的使用
返回变量类型为JsonMarshaller的类型的net.dongliu.cute.http中的方法 修饰符和类型 方法 说明 Optional<JsonMarshaller>Client. jsonMarshaller()The JsonMarshaller this client use.参数类型为JsonMarshaller的net.dongliu.cute.http中的方法 修饰符和类型 方法 说明 ClientBuilderClientBuilder. jsonMarshaller(JsonMarshaller jsonMarshaller)Set json marshaller for this http client. -
net.dongliu.cute.http.body中JsonMarshaller的使用
参数类型为JsonMarshaller的net.dongliu.cute.http.body中的方法 修饰符和类型 方法 说明 static <@Nullable T>
Body<T>Bodies. json(@Nullable T value, Charset charset, JsonMarshaller jsonMarshaller)Create a json bodystatic <@Nullable T>
Body<T>Bodies. json(@Nullable T value, JsonMarshaller jsonMarshaller)Create a json body, with charset utf-8. -
net.dongliu.cute.http.json中JsonMarshaller的使用
返回变量类型为JsonMarshaller的类型的net.dongliu.cute.http.json中的方法 修饰符和类型 方法 说明 static Optional<JsonMarshaller>JsonMarshallers. getJsonMarshaller()Get JsonMarshaller instance by SPI.
-