public class org.jdbi.v3.postgres.InetArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<java.net.InetAddress>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jdbi.v3.postgres.InetArgumentFactory
  super_class: org.jdbi.v3.core.argument.AbstractArgumentFactory
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jdbi.v3.postgres.InetArgumentFactory this
         0: .line 29
            aload 0 /* this */
            sipush 1111
            invokespecial org.jdbi.v3.core.argument.AbstractArgumentFactory.<init>:(I)V
         1: .line 30
            return
        end local 0 // org.jdbi.v3.postgres.InetArgumentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jdbi/v3/postgres/InetArgumentFactory;

  protected org.jdbi.v3.core.argument.Argument build(java.net.InetAddress, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/net/InetAddress;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jdbi.v3.postgres.InetArgumentFactory this
        start local 1 // java.net.InetAddress value
        start local 2 // org.jdbi.v3.core.config.ConfigRegistry config
         0: .line 34
            aload 1 /* value */
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            sipush 1111
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokestatic org.jdbi.v3.core.argument.ObjectArgument.of:(Ljava/lang/Object;Ljava/lang/Integer;)Lorg/jdbi/v3/core/argument/Argument;
            areturn
        end local 2 // org.jdbi.v3.core.config.ConfigRegistry config
        end local 1 // java.net.InetAddress value
        end local 0 // org.jdbi.v3.postgres.InetArgumentFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jdbi/v3/postgres/InetArgumentFactory;
            0    1     1   value  Ljava/net/InetAddress;
            0    1     2  config  Lorg/jdbi/v3/core/config/ConfigRegistry;
    MethodParameters:
        Name  Flags
      value   
      config  

  protected org.jdbi.v3.core.argument.Argument build(java.lang.Object, org.jdbi.v3.core.config.ConfigRegistry);
    descriptor: (Ljava/lang/Object;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.net.InetAddress
            aload 2
            invokevirtual org.jdbi.v3.postgres.InetArgumentFactory.build:(Ljava/net/InetAddress;Lorg/jdbi/v3/core/config/ConfigRegistry;)Lorg/jdbi/v3/core/argument/Argument;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/jdbi/v3/core/argument/AbstractArgumentFactory<Ljava/net/InetAddress;>;
SourceFile: "InetArgumentFactory.java"