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