public class io.vertx.ext.web.api.OperationResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.api.OperationResponse
  super_class: java.lang.Object
{
  private static final java.lang.Integer DEFAULT_STATUS_CODE;
    descriptor: Ljava/lang/Integer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private java.lang.Integer statusCode;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String statusMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.buffer.Buffer payload;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 20
            sipush 200
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putstatic io.vertx.ext.web.api.OperationResponse.DEFAULT_STATUS_CODE:Ljava/lang/Integer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.OperationResponse this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.OperationResponse.init:()V
         2: .line 29
            return
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/api/OperationResponse;

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.api.OperationResponse.init:()V
         2: .line 33
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.web.api.OperationResponseConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/web/api/OperationResponse;)V
         3: .line 34
            aload 1 /* json */
            ldc "headers"
            aconst_null
            invokevirtual io.vertx.core.json.JsonObject.getJsonObject:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/json/JsonObject;
            astore 2 /* hdrs */
        start local 2 // io.vertx.core.json.JsonObject hdrs
         4: .line 35
            aload 2 /* hdrs */
            ifnull 12
         5: .line 36
            aload 0 /* this */
            invokestatic io.vertx.core.http.HttpHeaders.headers:()Lio/vertx/core/MultiMap;
            putfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
         6: .line 37
            aload 2 /* hdrs */
            invokevirtual io.vertx.core.json.JsonObject.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: io.vertx.ext.web.api.OperationResponse io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         8: .line 38
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            instanceof java.lang.String
            ifne 10
         9: .line 39
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type for message header value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 41
      StackMap locals: io.vertx.ext.web.api.OperationResponse io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject java.util.Map$Entry java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface io.vertx.core.MultiMap.set:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
        end local 3 // java.util.Map$Entry entry
        11: .line 37
      StackMap locals: io.vertx.ext.web.api.OperationResponse io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        12: .line 44
      StackMap locals: io.vertx.ext.web.api.OperationResponse io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject
      StackMap stack:
            return
        end local 2 // io.vertx.core.json.JsonObject hdrs
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lio/vertx/ext/web/api/OperationResponse;
            0   13     1   json  Lio/vertx/core/json/JsonObject;
            4   13     2   hdrs  Lio/vertx/core/json/JsonObject;
            8   11     3  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      json  

  public void <init>(java.lang.Integer, java.lang.String, io.vertx.core.buffer.Buffer, io.vertx.core.MultiMap);
    descriptor: (Ljava/lang/Integer;Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/MultiMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // java.lang.Integer statusCode
        start local 2 // java.lang.String statusMessage
        start local 3 // io.vertx.core.buffer.Buffer payload
        start local 4 // io.vertx.core.MultiMap headers
         0: .line 46
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* statusCode */
            putfield io.vertx.ext.web.api.OperationResponse.statusCode:Ljava/lang/Integer;
         2: .line 48
            aload 0 /* this */
            aload 2 /* statusMessage */
            putfield io.vertx.ext.web.api.OperationResponse.statusMessage:Ljava/lang/String;
         3: .line 49
            aload 0 /* this */
            aload 3 /* payload */
            putfield io.vertx.ext.web.api.OperationResponse.payload:Lio/vertx/core/buffer/Buffer;
         4: .line 50
            aload 0 /* this */
            aload 4 /* headers */
            putfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
         5: .line 51
            return
        end local 4 // io.vertx.core.MultiMap headers
        end local 3 // io.vertx.core.buffer.Buffer payload
        end local 2 // java.lang.String statusMessage
        end local 1 // java.lang.Integer statusCode
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lio/vertx/ext/web/api/OperationResponse;
            0    6     1     statusCode  Ljava/lang/Integer;
            0    6     2  statusMessage  Ljava/lang/String;
            0    6     3        payload  Lio/vertx/core/buffer/Buffer;
            0    6     4        headers  Lio/vertx/core/MultiMap;
    MethodParameters:
               Name  Flags
      statusCode     
      statusMessage  
      payload        
      headers        

  public void <init>(io.vertx.ext.web.api.OperationResponse);
    descriptor: (Lio/vertx/ext/web/api/OperationResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // io.vertx.ext.web.api.OperationResponse other
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.web.api.OperationResponse.getStatusCode:()Ljava/lang/Integer;
            putfield io.vertx.ext.web.api.OperationResponse.statusCode:Ljava/lang/Integer;
         2: .line 55
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.web.api.OperationResponse.getStatusMessage:()Ljava/lang/String;
            putfield io.vertx.ext.web.api.OperationResponse.statusMessage:Ljava/lang/String;
         3: .line 56
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.web.api.OperationResponse.getPayload:()Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.ext.web.api.OperationResponse.payload:Lio/vertx/core/buffer/Buffer;
         4: .line 57
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual io.vertx.ext.web.api.OperationResponse.getHeaders:()Lio/vertx/core/MultiMap;
            putfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
         5: .line 58
            return
        end local 1 // io.vertx.ext.web.api.OperationResponse other
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/web/api/OperationResponse;
            0    6     1  other  Lio/vertx/ext/web/api/OperationResponse;
    MethodParameters:
       Name  Flags
      other  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.ext.web.api.OperationResponse this
         0: .line 61
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 62
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.web.api.OperationResponseConverter.toJson:(Lio/vertx/ext/web/api/OperationResponse;Lio/vertx/core/json/JsonObject;)V
         2: .line 63
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
            ifnull 6
         3: .line 64
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 2 /* hJson */
        start local 2 // io.vertx.core.json.JsonObject hJson
         4: .line 65
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.entries:()Ljava/util/List;
            aload 2 /* hJson */
            invokedynamic accept(Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/api/OperationResponse.lambda$0(Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V (6)
                  (Ljava/util/Map$Entry;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
         5: .line 66
            aload 1 /* json */
            ldc "headers"
            aload 2 /* hJson */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            pop
        end local 2 // io.vertx.core.json.JsonObject hJson
         6: .line 68
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/vertx/ext/web/api/OperationResponse;
            1    7     1   json  Lio/vertx/core/json/JsonObject;
            4    6     2  hJson  Lio/vertx/core/json/JsonObject;

  private void init();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.OperationResponse this
         0: .line 72
            aload 0 /* this */
            getstatic io.vertx.ext.web.api.OperationResponse.DEFAULT_STATUS_CODE:Ljava/lang/Integer;
            putfield io.vertx.ext.web.api.OperationResponse.statusCode:Ljava/lang/Integer;
         1: .line 73
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.api.OperationResponse.payload:Lio/vertx/core/buffer/Buffer;
         2: .line 74
            aload 0 /* this */
            invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
            putfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
         3: .line 75
            return
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/api/OperationResponse;

  public java.lang.Integer getStatusCode();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.OperationResponse this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.statusCode:Ljava/lang/Integer;
            areturn
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/OperationResponse;

  public java.lang.String getStatusMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.OperationResponse this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.statusMessage:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/OperationResponse;

  public io.vertx.core.buffer.Buffer getPayload();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.OperationResponse this
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.payload:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/OperationResponse;

  public io.vertx.core.MultiMap getHeaders();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.api.OperationResponse this
         0: .line 90
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/api/OperationResponse;

  public io.vertx.ext.web.api.OperationResponse setHeaders(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // io.vertx.core.MultiMap headers
         0: .line 94
            aload 0 /* this */
            aload 1 /* headers */
            putfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
         1: .line 95
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.MultiMap headers
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/api/OperationResponse;
            0    2     1  headers  Lio/vertx/core/MultiMap;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      headers  

  public io.vertx.ext.web.api.OperationResponse setStatusCode(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // java.lang.Integer statusCode
         0: .line 99
            aload 0 /* this */
            aload 1 /* statusCode */
            putfield io.vertx.ext.web.api.OperationResponse.statusCode:Ljava/lang/Integer;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer statusCode
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/web/api/OperationResponse;
            0    2     1  statusCode  Ljava/lang/Integer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      statusCode  

  public io.vertx.ext.web.api.OperationResponse setStatusMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // java.lang.String statusMessage
         0: .line 104
            aload 0 /* this */
            aload 1 /* statusMessage */
            putfield io.vertx.ext.web.api.OperationResponse.statusMessage:Ljava/lang/String;
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String statusMessage
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/web/api/OperationResponse;
            0    2     1  statusMessage  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      statusMessage  

  public io.vertx.ext.web.api.OperationResponse setPayload(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // io.vertx.core.buffer.Buffer payload
         0: .line 109
            aload 0 /* this */
            aload 1 /* payload */
            putfield io.vertx.ext.web.api.OperationResponse.payload:Lio/vertx/core/buffer/Buffer;
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer payload
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/api/OperationResponse;
            0    2     1  payload  Lio/vertx/core/buffer/Buffer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      payload  

  public io.vertx.ext.web.api.OperationResponse putHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.api.OperationResponse this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.ext.web.api.OperationResponse.headers:Lio/vertx/core/MultiMap;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface io.vertx.core.MultiMap.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
         1: .line 115
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.api.OperationResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/api/OperationResponse;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      key    
      value  

  public static io.vertx.ext.web.api.OperationResponse completedWithJson(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.json.JsonObject jsonObject
         0: .line 119
            aload 0 /* jsonObject */
            invokevirtual io.vertx.core.json.JsonObject.toBuffer:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.ext.web.api.OperationResponse.completedWithJson:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/api/OperationResponse;
            areturn
        end local 0 // io.vertx.core.json.JsonObject jsonObject
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  jsonObject  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      jsonObject  

  public static io.vertx.ext.web.api.OperationResponse completedWithJson(io.vertx.core.json.JsonArray);
    descriptor: (Lio/vertx/core/json/JsonArray;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.json.JsonArray jsonArray
         0: .line 123
            aload 0 /* jsonArray */
            invokevirtual io.vertx.core.json.JsonArray.toBuffer:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.ext.web.api.OperationResponse.completedWithJson:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/api/OperationResponse;
            areturn
        end local 0 // io.vertx.core.json.JsonArray jsonArray
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  jsonArray  Lio/vertx/core/json/JsonArray;
    MethodParameters:
           Name  Flags
      jsonArray  

  public static io.vertx.ext.web.api.OperationResponse completedWithJson(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.buffer.Buffer json
         0: .line 127
            new io.vertx.ext.web.api.OperationResponse
            dup
            invokespecial io.vertx.ext.web.api.OperationResponse.<init>:()V
            astore 1 /* op */
        start local 1 // io.vertx.ext.web.api.OperationResponse op
         1: .line 128
            aload 1 /* op */
            sipush 200
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.ext.web.api.OperationResponse.setStatusCode:(Ljava/lang/Integer;)Lio/vertx/ext/web/api/OperationResponse;
            pop
         2: .line 129
            aload 1 /* op */
            ldc "OK"
            invokevirtual io.vertx.ext.web.api.OperationResponse.setStatusMessage:(Ljava/lang/String;)Lio/vertx/ext/web/api/OperationResponse;
            pop
         3: .line 130
            aload 1 /* op */
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_TYPE:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            ldc "application/json"
            invokevirtual io.vertx.ext.web.api.OperationResponse.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/OperationResponse;
            pop
         4: .line 131
            aload 1 /* op */
            aload 0 /* json */
            invokevirtual io.vertx.ext.web.api.OperationResponse.setPayload:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/api/OperationResponse;
            pop
         5: .line 132
            aload 1 /* op */
            areturn
        end local 1 // io.vertx.ext.web.api.OperationResponse op
        end local 0 // io.vertx.core.buffer.Buffer json
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  json  Lio/vertx/core/buffer/Buffer;
            1    6     1    op  Lio/vertx/ext/web/api/OperationResponse;
    MethodParameters:
      Name  Flags
      json  

  public static io.vertx.ext.web.api.OperationResponse completedWithPlainText(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/api/OperationResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.buffer.Buffer text
         0: .line 136
            new io.vertx.ext.web.api.OperationResponse
            dup
            invokespecial io.vertx.ext.web.api.OperationResponse.<init>:()V
         1: .line 137
            sipush 200
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.ext.web.api.OperationResponse.setStatusCode:(Ljava/lang/Integer;)Lio/vertx/ext/web/api/OperationResponse;
         2: .line 138
            ldc "OK"
            invokevirtual io.vertx.ext.web.api.OperationResponse.setStatusMessage:(Ljava/lang/String;)Lio/vertx/ext/web/api/OperationResponse;
         3: .line 139
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_TYPE:Ljava/lang/CharSequence;
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            ldc "text/plain"
            invokevirtual io.vertx.ext.web.api.OperationResponse.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/api/OperationResponse;
         4: .line 140
            aload 0 /* text */
            invokevirtual io.vertx.ext.web.api.OperationResponse.setPayload:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/api/OperationResponse;
         5: .line 136
            areturn
        end local 0 // io.vertx.core.buffer.Buffer text
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  text  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      text  

  private static void lambda$0(io.vertx.core.json.JsonObject, java.util.Map$Entry);
    descriptor: (Lio/vertx/core/json/JsonObject;Ljava/util/Map$Entry;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // java.util.Map$Entry entry
         0: .line 65
            aload 0
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            return
        end local 1 // java.util.Map$Entry entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
}
SourceFile: "OperationResponse.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true, publicConverter = false)
      java.lang.Deprecated()