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