public final class org.hibernate.criterion.Example$AllPropertySelector implements org.hibernate.criterion.Example$PropertySelector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.criterion.Example$AllPropertySelector
  super_class: java.lang.Object
{
  public static final org.hibernate.criterion.Example$AllPropertySelector INSTANCE;
    descriptor: Lorg/hibernate/criterion/Example$AllPropertySelector;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 433
            new org.hibernate.criterion.Example$AllPropertySelector
            dup
            invokespecial org.hibernate.criterion.Example$AllPropertySelector.<init>:()V
            putstatic org.hibernate.criterion.Example$AllPropertySelector.INSTANCE:Lorg/hibernate/criterion/Example$AllPropertySelector;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.criterion.Example$AllPropertySelector this
         0: .line 429
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.criterion.Example$AllPropertySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/criterion/Example$AllPropertySelector;

  public boolean include(java.lang.Object, java.lang.String, org.hibernate.type.Type);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Lorg/hibernate/type/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.hibernate.criterion.Example$AllPropertySelector this
        start local 1 // java.lang.Object object
        start local 2 // java.lang.String propertyName
        start local 3 // org.hibernate.type.Type type
         0: .line 437
            iconst_1
            ireturn
        end local 3 // org.hibernate.type.Type type
        end local 2 // java.lang.String propertyName
        end local 1 // java.lang.Object object
        end local 0 // org.hibernate.criterion.Example$AllPropertySelector this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/hibernate/criterion/Example$AllPropertySelector;
            0    1     1        object  Ljava/lang/Object;
            0    1     2  propertyName  Ljava/lang/String;
            0    1     3          type  Lorg/hibernate/type/Type;
    MethodParameters:
              Name  Flags
      object        
      propertyName  
      type          

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.criterion.Example$AllPropertySelector this
         0: .line 441
            getstatic org.hibernate.criterion.Example$AllPropertySelector.INSTANCE:Lorg/hibernate/criterion/Example$AllPropertySelector;
            areturn
        end local 0 // org.hibernate.criterion.Example$AllPropertySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/criterion/Example$AllPropertySelector;
}
SourceFile: "Example.java"
NestHost: org.hibernate.criterion.Example
InnerClasses:
  public final AllPropertySelector = org.hibernate.criterion.Example$AllPropertySelector of org.hibernate.criterion.Example
  public abstract PropertySelector = org.hibernate.criterion.Example$PropertySelector of org.hibernate.criterion.Example