public class io.dropwizard.jdbi.bundles.DBIExceptionsBundle implements io.dropwizard.Bundle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jdbi.bundles.DBIExceptionsBundle
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jdbi.bundles.DBIExceptionsBundle this
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.dropwizard.jdbi.bundles.DBIExceptionsBundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jdbi/bundles/DBIExceptionsBundle;

  public void initialize(io.dropwizard.setup.Bootstrap<?>);
    descriptor: (Lio/dropwizard/setup/Bootstrap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.dropwizard.jdbi.bundles.DBIExceptionsBundle this
        start local 1 // io.dropwizard.setup.Bootstrap bootstrap
         0: .line 16
            return
        end local 1 // io.dropwizard.setup.Bootstrap bootstrap
        end local 0 // io.dropwizard.jdbi.bundles.DBIExceptionsBundle this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/dropwizard/jdbi/bundles/DBIExceptionsBundle;
            0    1     1  bootstrap  Lio/dropwizard/setup/Bootstrap<*>;
    Signature: (Lio/dropwizard/setup/Bootstrap<*>;)V
    MethodParameters:
           Name  Flags
      bootstrap  

  public void run(io.dropwizard.setup.Environment);
    descriptor: (Lio/dropwizard/setup/Environment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.dropwizard.jdbi.bundles.DBIExceptionsBundle this
        start local 1 // io.dropwizard.setup.Environment environment
         0: .line 20
            aload 1 /* environment */
            invokevirtual io.dropwizard.setup.Environment.jersey:()Lio/dropwizard/jersey/setup/JerseyEnvironment;
            new io.dropwizard.jdbi.jersey.LoggingSQLExceptionMapper
            dup
            invokespecial io.dropwizard.jdbi.jersey.LoggingSQLExceptionMapper.<init>:()V
            invokevirtual io.dropwizard.jersey.setup.JerseyEnvironment.register:(Ljava/lang/Object;)V
         1: .line 21
            aload 1 /* environment */
            invokevirtual io.dropwizard.setup.Environment.jersey:()Lio/dropwizard/jersey/setup/JerseyEnvironment;
            new io.dropwizard.jdbi.jersey.LoggingDBIExceptionMapper
            dup
            invokespecial io.dropwizard.jdbi.jersey.LoggingDBIExceptionMapper.<init>:()V
            invokevirtual io.dropwizard.jersey.setup.JerseyEnvironment.register:(Ljava/lang/Object;)V
         2: .line 22
            return
        end local 1 // io.dropwizard.setup.Environment environment
        end local 0 // io.dropwizard.jdbi.bundles.DBIExceptionsBundle this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/dropwizard/jdbi/bundles/DBIExceptionsBundle;
            0    3     1  environment  Lio/dropwizard/setup/Environment;
    MethodParameters:
             Name  Flags
      environment  
}
SourceFile: "DBIExceptionsBundle.java"