public class io.ebeaninternal.util.SortByClause$Property implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.util.SortByClause$Property
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7588760362420690963

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean ascending;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Boolean nullsHigh;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, boolean, java.lang.Boolean);
    descriptor: (Ljava/lang/String;ZLjava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.ebeaninternal.util.SortByClause$Property this
        start local 1 // java.lang.String name
        start local 2 // boolean ascending
        start local 3 // java.lang.Boolean nullsHigh
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* name */
            putfield io.ebeaninternal.util.SortByClause$Property.name:Ljava/lang/String;
         2: .line 68
            aload 0 /* this */
            iload 2 /* ascending */
            putfield io.ebeaninternal.util.SortByClause$Property.ascending:Z
         3: .line 69
            aload 0 /* this */
            aload 3 /* nullsHigh */
            putfield io.ebeaninternal.util.SortByClause$Property.nullsHigh:Ljava/lang/Boolean;
         4: .line 70
            return
        end local 3 // java.lang.Boolean nullsHigh
        end local 2 // boolean ascending
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.util.SortByClause$Property this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/ebeaninternal/util/SortByClause$Property;
            0    5     1       name  Ljava/lang/String;
            0    5     2  ascending  Z
            0    5     3  nullsHigh  Ljava/lang/Boolean;
    MethodParameters:
           Name  Flags
      name       
      ascending  
      nullsHigh  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.util.SortByClause$Property this
         0: .line 74
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause$Property.name:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " asc:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause$Property.ascending:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.util.SortByClause$Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/util/SortByClause$Property;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.util.SortByClause$Property this
         0: .line 81
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause$Property.name:Ljava/lang/String;
            areturn
        end local 0 // io.ebeaninternal.util.SortByClause$Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/util/SortByClause$Property;

  public boolean isAscending();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.util.SortByClause$Property this
         0: .line 88
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause$Property.ascending:Z
            ireturn
        end local 0 // io.ebeaninternal.util.SortByClause$Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/util/SortByClause$Property;

  public java.lang.Boolean getNullsHigh();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.util.SortByClause$Property this
         0: .line 92
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause$Property.nullsHigh:Ljava/lang/Boolean;
            areturn
        end local 0 // io.ebeaninternal.util.SortByClause$Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/util/SortByClause$Property;
}
SourceFile: "SortByClause.java"
NestHost: io.ebeaninternal.util.SortByClause
InnerClasses:
  public Property = io.ebeaninternal.util.SortByClause$Property of io.ebeaninternal.util.SortByClause