class io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase extends io.ebeaninternal.server.type.ScalarTypeJsonSet$Base
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase
  super_class: io.ebeaninternal.server.type.ScalarTypeJsonSet$Base
{
  final java.lang.String pgType;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  void <init>(int, java.lang.String, io.ebean.core.type.DocPropertyType, boolean);
    descriptor: (ILjava/lang/String;Lio/ebean/core/type/DocPropertyType;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase this
        start local 1 // int jdbcType
        start local 2 // java.lang.String pgType
        start local 3 // io.ebean.core.type.DocPropertyType docPropertyType
        start local 4 // boolean nullable
         0: .line 155
            aload 0 /* this */
            iload 1 /* jdbcType */
            aload 3 /* docPropertyType */
            iload 4 /* nullable */
            invokespecial io.ebeaninternal.server.type.ScalarTypeJsonSet$Base.<init>:(ILio/ebean/core/type/DocPropertyType;Z)V
         1: .line 156
            aload 0 /* this */
            aload 2 /* pgType */
            putfield io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase.pgType:Ljava/lang/String;
         2: .line 157
            return
        end local 4 // boolean nullable
        end local 3 // io.ebean.core.type.DocPropertyType docPropertyType
        end local 2 // java.lang.String pgType
        end local 1 // int jdbcType
        end local 0 // io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/ebeaninternal/server/type/ScalarTypeJsonSet$PgBase;
            0    3     1         jdbcType  I
            0    3     2           pgType  Ljava/lang/String;
            0    3     3  docPropertyType  Lio/ebean/core/type/DocPropertyType;
            0    3     4         nullable  Z
    MethodParameters:
                 Name  Flags
      jdbcType         
      pgType           
      docPropertyType  
      nullable         

  public void bind(io.ebean.core.type.DataBinder, java.util.Set);
    descriptor: (Lio/ebean/core/type/DataBinder;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase this
        start local 1 // io.ebean.core.type.DataBinder binder
        start local 2 // java.util.Set value
         0: .line 162
            aload 2 /* value */
            ifnonnull 3
         1: .line 163
            aload 0 /* this */
            aload 1 /* binder */
            invokevirtual io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase.bindNull:(Lio/ebean/core/type/DataBinder;)V
         2: .line 164
            goto 4
         3: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* binder */
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase.pgType:Ljava/lang/String;
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase.formatValue:(Ljava/util/Set;)Ljava/lang/String;
            invokestatic io.ebeaninternal.server.type.PostgresHelper.asObject:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            invokeinterface io.ebean.core.type.DataBinder.setObject:(Ljava/lang/Object;)V
         4: .line 167
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Set value
        end local 1 // io.ebean.core.type.DataBinder binder
        end local 0 // io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/ebeaninternal/server/type/ScalarTypeJsonSet$PgBase;
            0    5     1  binder  Lio/ebean/core/type/DataBinder;
            0    5     2   value  Ljava/util/Set;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      binder  
      value   

  protected void bindNull(io.ebean.core.type.DataBinder);
    descriptor: (Lio/ebean/core/type/DataBinder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase this
        start local 1 // io.ebean.core.type.DataBinder binder
         0: .line 171
            aload 1 /* binder */
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase.pgType:Ljava/lang/String;
            aload 0 /* this */
            getfield io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase.nullable:Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals: io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase io.ebean.core.type.DataBinder
      StackMap stack: io.ebean.core.type.DataBinder java.lang.String
         1: ldc "[]"
      StackMap locals: io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase io.ebean.core.type.DataBinder
      StackMap stack: io.ebean.core.type.DataBinder java.lang.String java.lang.String
         2: invokestatic io.ebeaninternal.server.type.PostgresHelper.asObject:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            invokeinterface io.ebean.core.type.DataBinder.setObject:(Ljava/lang/Object;)V
         3: .line 172
            return
        end local 1 // io.ebean.core.type.DataBinder binder
        end local 0 // io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/ebeaninternal/server/type/ScalarTypeJsonSet$PgBase;
            0    4     1  binder  Lio/ebean/core/type/DataBinder;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      binder  
}
SourceFile: "ScalarTypeJsonSet.java"
NestHost: io.ebeaninternal.server.type.ScalarTypeJsonSet
InnerClasses:
  private abstract Base = io.ebeaninternal.server.type.ScalarTypeJsonSet$Base of io.ebeaninternal.server.type.ScalarTypeJsonSet
  private PgBase = io.ebeaninternal.server.type.ScalarTypeJsonSet$PgBase of io.ebeaninternal.server.type.ScalarTypeJsonSet