public class CachingWebClientOptionsConverter extends Object
CachingWebClientOptions
.
NOTE: This class has been automatically generated from the CachingWebClientOptions
original class using Vert.x codegen.Constructor and Description |
---|
CachingWebClientOptionsConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
CachingWebClientOptions obj) |
static void |
toJson(CachingWebClientOptions obj,
JsonObject json) |
static void |
toJson(CachingWebClientOptions obj,
Map<String,Object> json) |
public static void fromJson(Iterable<Map.Entry<String,Object>> json, CachingWebClientOptions obj)
public static void toJson(CachingWebClientOptions obj, JsonObject json)
public static void toJson(CachingWebClientOptions obj, Map<String,Object> json)
Copyright © 2023 Eclipse. All rights reserved.