public class io.vertx.ext.auth.oauth2.impl.OAuth2Response implements io.vertx.ext.auth.oauth2.OAuth2Response
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.auth.oauth2.impl.OAuth2Response
  super_class: java.lang.Object
{
  private static final io.vertx.core.impl.logging.Logger LOG;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final int statusCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.buffer.Buffer body;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 13
            ldc Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.ext.auth.oauth2.impl.OAuth2Response.LOG:Lio/vertx/core/impl/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, io.vertx.core.MultiMap, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/MultiMap;Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
        start local 1 // int statusCode
        start local 2 // io.vertx.core.MultiMap headers
        start local 3 // io.vertx.core.buffer.Buffer body
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            getstatic io.vertx.ext.auth.oauth2.impl.OAuth2Response.LOG:Lio/vertx/core/impl/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "New response: statusCode: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* statusCode */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.logging.Logger.debug:(Ljava/lang/Object;)V
         2: .line 21
            aload 0 /* this */
            aload 2 /* headers */
            putfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:Lio/vertx/core/MultiMap;
         3: .line 22
            aload 0 /* this */
            aload 3 /* body */
            putfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:Lio/vertx/core/buffer/Buffer;
         4: .line 23
            aload 0 /* this */
            iload 1 /* statusCode */
            putfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.statusCode:I
         5: .line 24
            return
        end local 3 // io.vertx.core.buffer.Buffer body
        end local 2 // io.vertx.core.MultiMap headers
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            0    6     1  statusCode  I
            0    6     2     headers  Lio/vertx/core/MultiMap;
            0    6     3        body  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
            Name  Flags
      statusCode  
      headers     
      body        

  public int statusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
         0: .line 27
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.statusCode:I
            ireturn
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;

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

  public java.lang.String getHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
        start local 1 // java.lang.String header
         0: .line 35
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:Lio/vertx/core/MultiMap;
            ifnull 2
         1: .line 36
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:Lio/vertx/core/MultiMap;
            aload 1 /* header */
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            areturn
         2: .line 38
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String header
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            0    3     1  header  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      header  

  public io.vertx.core.buffer.Buffer body();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;

  public io.vertx.core.json.JsonObject jsonObject();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
         0: .line 47
            new io.vertx.core.json.JsonObject
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonObject.<init>:(Lio/vertx/core/buffer/Buffer;)V
            areturn
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public io.vertx.core.json.JsonArray jsonArray();
    descriptor: ()Lio/vertx/core/json/JsonArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
         0: .line 52
            new io.vertx.core.json.JsonArray
            dup
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.body:Lio/vertx/core/buffer/Buffer;
            invokespecial io.vertx.core.json.JsonArray.<init>:(Lio/vertx/core/buffer/Buffer;)V
            areturn
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.Nullable()

  public boolean is(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
        start local 1 // java.lang.String contentType
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:Lio/vertx/core/MultiMap;
            ifnull 7
         1: .line 57
            aload 0 /* this */
            getfield io.vertx.ext.auth.oauth2.impl.OAuth2Response.headers:Lio/vertx/core/MultiMap;
            ldc "Content-Type"
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* header */
        start local 2 // java.lang.String header
         2: .line 58
            aload 2 /* header */
            ifnull 7
         3: .line 59
            aload 2 /* header */
            bipush 59
            invokevirtual java.lang.String.indexOf:(I)I
            istore 3 /* sep */
        start local 3 // int sep
         4: .line 61
            iload 3 /* sep */
            iconst_m1
            if_icmpeq 6
         5: .line 62
            aload 2 /* header */
            iconst_0
            iload 3 /* sep */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            astore 2 /* header */
         6: .line 65
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 1 /* contentType */
            aload 2 /* header */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ireturn
        end local 3 // int sep
        end local 2 // java.lang.String header
         7: .line 68
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.String contentType
        end local 0 // io.vertx.ext.auth.oauth2.impl.OAuth2Response this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lio/vertx/ext/auth/oauth2/impl/OAuth2Response;
            0    8     1  contentType  Ljava/lang/String;
            2    7     2       header  Ljava/lang/String;
            4    7     3          sep  I
    MethodParameters:
             Name  Flags
      contentType  
}
SourceFile: "OAuth2Response.java"