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