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