public class io.ebeaninternal.server.type.ScalarTypeInet$Varchar extends io.ebeaninternal.server.type.ScalarTypeInet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.type.ScalarTypeInet$Varchar
  super_class: io.ebeaninternal.server.type.ScalarTypeInet
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.type.ScalarTypeInet$Varchar this
         0: .line 48
            aload 0 /* this */
            bipush 12
            invokespecial io.ebeaninternal.server.type.ScalarTypeInet.<init>:(I)V
         1: .line 49
            return
        end local 0 // io.ebeaninternal.server.type.ScalarTypeInet$Varchar this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/type/ScalarTypeInet$Varchar;

  public void bind(io.ebean.core.type.DataBinder, io.ebean.types.Inet);
    descriptor: (Lio/ebean/core/type/DataBinder;Lio/ebean/types/Inet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.type.ScalarTypeInet$Varchar this
        start local 1 // io.ebean.core.type.DataBinder binder
        start local 2 // io.ebean.types.Inet value
         0: .line 53
            aload 2 /* value */
            ifnonnull 3
         1: .line 54
            aload 1 /* binder */
            bipush 12
            invokeinterface io.ebean.core.type.DataBinder.setNull:(I)V
         2: .line 55
            goto 4
         3: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* binder */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual io.ebeaninternal.server.type.ScalarTypeInet$Varchar.convertToDbString:(Lio/ebean/types/Inet;)Ljava/lang/String;
            invokeinterface io.ebean.core.type.DataBinder.setString:(Ljava/lang/String;)V
         4: .line 58
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.ebean.types.Inet value
        end local 1 // io.ebean.core.type.DataBinder binder
        end local 0 // io.ebeaninternal.server.type.ScalarTypeInet$Varchar this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/ebeaninternal/server/type/ScalarTypeInet$Varchar;
            0    5     1  binder  Lio/ebean/core/type/DataBinder;
            0    5     2   value  Lio/ebean/types/Inet;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      binder  
      value   
}
SourceFile: "ScalarTypeInet.java"
NestHost: io.ebeaninternal.server.type.ScalarTypeInet
InnerClasses:
  public Varchar = io.ebeaninternal.server.type.ScalarTypeInet$Varchar of io.ebeaninternal.server.type.ScalarTypeInet