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