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