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