class io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder implements org.skife.jdbi.v2.ContainerBuilder<com.google.common.collect.ImmutableSet<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder
  super_class: java.lang.Object
{
  private final com.google.common.collect.ImmutableSet$Builder<java.lang.Object> builder;
    descriptor: Lcom/google/common/collect/ImmutableSet$Builder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/collect/ImmutableSet$Builder<Ljava/lang/Object;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            aload 0 /* this */
            invokestatic com.google.common.collect.ImmutableSet.builder:()Lcom/google/common/collect/ImmutableSet$Builder;
            putfield io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder.builder:Lcom/google/common/collect/ImmutableSet$Builder;
         2: .line 19
            return
        end local 0 // io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/dropwizard/jdbi/ImmutableSetContainerFactory$ImmutableSetContainerBuilder;

  public org.skife.jdbi.v2.ContainerBuilder<com.google.common.collect.ImmutableSet<?>> add();
    descriptor: (Ljava/lang/Object;)Lorg/skife/jdbi/v2/ContainerBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder this
        start local 1 // java.lang.Object it
         0: .line 24
            aload 0 /* this */
            getfield io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder.builder:Lcom/google/common/collect/ImmutableSet$Builder;
            aload 1 /* it */
            invokevirtual com.google.common.collect.ImmutableSet$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet$Builder;
            pop
         1: .line 25
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object it
        end local 0 // io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jdbi/ImmutableSetContainerFactory$ImmutableSetContainerBuilder;
            0    2     1    it  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Lorg/skife/jdbi/v2/ContainerBuilder<Lcom/google/common/collect/ImmutableSet<*>;>;
    MethodParameters:
      Name  Flags
      it    

  public com.google.common.collect.ImmutableSet<?> build();
    descriptor: ()Lcom/google/common/collect/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder this
         0: .line 30
            aload 0 /* this */
            getfield io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder.builder:Lcom/google/common/collect/ImmutableSet$Builder;
            invokevirtual com.google.common.collect.ImmutableSet$Builder.build:()Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 0 // io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jdbi/ImmutableSetContainerFactory$ImmutableSetContainerBuilder;
    Signature: ()Lcom/google/common/collect/ImmutableSet<*>;

  public java.lang.Object build();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder.build:()Lcom/google/common/collect/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/skife/jdbi/v2/ContainerBuilder<Lcom/google/common/collect/ImmutableSet<*>;>;
SourceFile: "ImmutableSetContainerFactory.java"
NestHost: io.dropwizard.jdbi.ImmutableSetContainerFactory
InnerClasses:
  public Builder = com.google.common.collect.ImmutableSet$Builder of com.google.common.collect.ImmutableSet
  private ImmutableSetContainerBuilder = io.dropwizard.jdbi.ImmutableSetContainerFactory$ImmutableSetContainerBuilder of io.dropwizard.jdbi.ImmutableSetContainerFactory