public class io.dropwizard.jersey.errors.ErrorMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jersey.errors.ErrorMessage
  super_class: java.lang.Object
{
  private final int code;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String message;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String details;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      javax.annotation.Nullable()

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
        start local 1 // java.lang.String message
         0: .line 19
            aload 0 /* this */
            sipush 500
            aload 1 /* message */
            invokespecial io.dropwizard.jersey.errors.ErrorMessage.<init>:(ILjava/lang/String;)V
         1: .line 20
            return
        end local 1 // java.lang.String message
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/dropwizard/jersey/errors/ErrorMessage;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
        start local 1 // int code
        start local 2 // java.lang.String message
         0: .line 23
            aload 0 /* this */
            iload 1 /* code */
            aload 2 /* message */
            aconst_null
            invokespecial io.dropwizard.jersey.errors.ErrorMessage.<init>:(ILjava/lang/String;Ljava/lang/String;)V
         1: .line 24
            return
        end local 2 // java.lang.String message
        end local 1 // int code
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/dropwizard/jersey/errors/ErrorMessage;
            0    2     1     code  I
            0    2     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      code     
      message  

  public void <init>(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
        start local 1 // int code
        start local 2 // java.lang.String message
        start local 3 // java.lang.String details
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            iload 1 /* code */
            putfield io.dropwizard.jersey.errors.ErrorMessage.code:I
         2: .line 30
            aload 0 /* this */
            aload 2 /* message */
            putfield io.dropwizard.jersey.errors.ErrorMessage.message:Ljava/lang/String;
         3: .line 31
            aload 0 /* this */
            aload 3 /* details */
            putfield io.dropwizard.jersey.errors.ErrorMessage.details:Ljava/lang/String;
         4: .line 32
            return
        end local 3 // java.lang.String details
        end local 2 // java.lang.String message
        end local 1 // int code
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/dropwizard/jersey/errors/ErrorMessage;
            0    5     1     code  I
            0    5     2  message  Ljava/lang/String;
            0    5     3  details  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonCreator()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        javax.annotation.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        com.fasterxml.jackson.annotation.JsonProperty(value = "code")
      1:
        com.fasterxml.jackson.annotation.JsonProperty(value = "message")
      2:
        javax.annotation.Nullable()
        com.fasterxml.jackson.annotation.JsonProperty(value = "details")
    MethodParameters:
         Name  Flags
      code     
      message  
      details  

  public java.lang.Integer getCode();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
         0: .line 36
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.code:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/errors/ErrorMessage;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "code")

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
         0: .line 41
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.message:Ljava/lang/String;
            areturn
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/errors/ErrorMessage;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "message")

  public java.lang.String getDetails();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
         0: .line 47
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.details:Ljava/lang/String;
            areturn
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/errors/ErrorMessage;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "details")
      javax.annotation.Nullable()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nullable()

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
        start local 1 // java.lang.Object obj
         0: .line 52
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 53
            iconst_1
            ireturn
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 56
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast io.dropwizard.jersey.errors.ErrorMessage
            astore 2 /* other */
        start local 2 // io.dropwizard.jersey.errors.ErrorMessage other
         5: .line 60
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.code:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* other */
            getfield io.dropwizard.jersey.errors.ErrorMessage.code:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         6: .line 61
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.message:Ljava/lang/String;
            aload 2 /* other */
            getfield io.dropwizard.jersey.errors.ErrorMessage.message:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         7: .line 62
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.details:Ljava/lang/String;
            aload 2 /* other */
            getfield io.dropwizard.jersey.errors.ErrorMessage.details:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 60
            iconst_1
            ireturn
      StackMap locals: io.dropwizard.jersey.errors.ErrorMessage
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // io.dropwizard.jersey.errors.ErrorMessage other
        end local 1 // java.lang.Object obj
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lio/dropwizard/jersey/errors/ErrorMessage;
            0   10     1    obj  Ljava/lang/Object;
            5   10     2  other  Lio/dropwizard/jersey/errors/ErrorMessage;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
         0: .line 67
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.code:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.message:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.details:Ljava/lang/String;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/errors/ErrorMessage;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.dropwizard.jersey.errors.ErrorMessage this
         0: .line 72
            new java.lang.StringBuilder
            dup
            ldc "ErrorMessage{code="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.code:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", message='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.message:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "', details='"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.dropwizard.jersey.errors.ErrorMessage.details:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.dropwizard.jersey.errors.ErrorMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jersey/errors/ErrorMessage;
}
SourceFile: "ErrorMessage.java"
InnerClasses:
  public final Include = com.fasterxml.jackson.annotation.JsonInclude$Include of com.fasterxml.jackson.annotation.JsonInclude
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonInclude(value = com.fasterxml.jackson.annotation.JsonInclude$Include.NON_NULL:Lcom/fasterxml/jackson/annotation/JsonInclude$Include;)