public class PgNotificationConverter extends Object implements JsonCodec<PgNotification,JsonObject>
PgNotification.
NOTE: This class has been automatically generated from the PgNotification original class using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static PgNotificationConverter |
INSTANCE |
| Constructor and Description |
|---|
PgNotificationConverter() |
| Modifier and Type | Method and Description |
|---|---|
PgNotification |
decode(JsonObject value) |
JsonObject |
encode(PgNotification value) |
static void |
fromJson(Iterable<Map.Entry<String,Object>> json,
PgNotification obj) |
Class<PgNotification> |
getTargetClass() |
static void |
toJson(PgNotification obj,
JsonObject json) |
static void |
toJson(PgNotification obj,
Map<String,Object> json) |
public static final PgNotificationConverter INSTANCE
public JsonObject encode(PgNotification value)
encode in interface JsonEncoder<PgNotification,JsonObject>public PgNotification decode(JsonObject value)
decode in interface JsonDecoder<PgNotification,JsonObject>public Class<PgNotification> getTargetClass()
getTargetClass in interface JsonDecoder<PgNotification,JsonObject>getTargetClass in interface JsonEncoder<PgNotification,JsonObject>public static void fromJson(Iterable<Map.Entry<String,Object>> json, PgNotification obj)
public static void toJson(PgNotification obj, JsonObject json)
public static void toJson(PgNotification obj, Map<String,Object> json)
Copyright © 2019 Eclipse. All rights reserved.