public class io.ebeaninternal.util.SortByClause
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.util.SortByClause
  super_class: java.lang.Object
{
  static final java.lang.String NULLSHIGH;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "nullshigh"

  static final java.lang.String NULLSLOW;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "nullslow"

  static final java.lang.String ASC;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "asc"

  static final java.lang.String DESC;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "desc"

  private final java.util.List<io.ebeaninternal.util.SortByClause$Property> properties;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebeaninternal/util/SortByClause$Property;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.util.SortByClause this
         0: .line 13
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeaninternal.util.SortByClause.properties:Ljava/util/List;
         2: .line 13
            return
        end local 0 // io.ebeaninternal.util.SortByClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/util/SortByClause;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.util.SortByClause this
         0: .line 36
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause.properties:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // io.ebeaninternal.util.SortByClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/util/SortByClause;

  public java.util.List<io.ebeaninternal.util.SortByClause$Property> getProperties();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.util.SortByClause this
         0: .line 43
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause.properties:Ljava/util/List;
            areturn
        end local 0 // io.ebeaninternal.util.SortByClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/util/SortByClause;
    Signature: ()Ljava/util/List<Lio/ebeaninternal/util/SortByClause$Property;>;

  public void add(io.ebeaninternal.util.SortByClause$Property);
    descriptor: (Lio/ebeaninternal/util/SortByClause$Property;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.util.SortByClause this
        start local 1 // io.ebeaninternal.util.SortByClause$Property p
         0: .line 50
            aload 0 /* this */
            getfield io.ebeaninternal.util.SortByClause.properties:Ljava/util/List;
            aload 1 /* p */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 51
            return
        end local 1 // io.ebeaninternal.util.SortByClause$Property p
        end local 0 // io.ebeaninternal.util.SortByClause this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/util/SortByClause;
            0    2     1     p  Lio/ebeaninternal/util/SortByClause$Property;
    MethodParameters:
      Name  Flags
      p     
}
SourceFile: "SortByClause.java"
NestMembers:
  io.ebeaninternal.util.SortByClause$Property
InnerClasses:
  public Property = io.ebeaninternal.util.SortByClause$Property of io.ebeaninternal.util.SortByClause