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