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