public class org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder
  super_class: java.lang.Object
{
  private static final java.util.Set<javax.persistence.metamodel.Attribute$PersistentAttributeType> ASSOCIATION_TYPES;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljavax/persistence/metamodel/Attribute$PersistentAttributeType;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 66
            getstatic javax.persistence.metamodel.Attribute$PersistentAttributeType.MANY_TO_MANY:Ljavax/persistence/metamodel/Attribute$PersistentAttributeType;
         1: .line 67
            getstatic javax.persistence.metamodel.Attribute$PersistentAttributeType.MANY_TO_ONE:Ljavax/persistence/metamodel/Attribute$PersistentAttributeType;
         2: .line 68
            getstatic javax.persistence.metamodel.Attribute$PersistentAttributeType.ONE_TO_MANY:Ljavax/persistence/metamodel/Attribute$PersistentAttributeType;
         3: .line 69
            getstatic javax.persistence.metamodel.Attribute$PersistentAttributeType.ONE_TO_ONE:Ljavax/persistence/metamodel/Attribute$PersistentAttributeType;
         4: .line 66
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            putstatic org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder.ASSOCIATION_TYPES:Ljava/util/Set;
         5: .line 70
            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.springframework.data.jpa.convert.QueryByExamplePredicateBuilder this
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/jpa/convert/QueryByExamplePredicateBuilder;

  public static <T> javax.persistence.criteria.Predicate getPredicate(javax.persistence.criteria.Root<T>, javax.persistence.criteria.CriteriaBuilder, org.springframework.data.domain.Example<T>);
    descriptor: (Ljavax/persistence/criteria/Root;Ljavax/persistence/criteria/CriteriaBuilder;Lorg/springframework/data/domain/Example;)Ljavax/persistence/criteria/Predicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // javax.persistence.criteria.Root root
        start local 1 // javax.persistence.criteria.CriteriaBuilder cb
        start local 2 // org.springframework.data.domain.Example example
         0: .line 81
            aload 0 /* root */
            aload 1 /* cb */
            aload 2 /* example */
            getstatic org.springframework.data.jpa.repository.query.EscapeCharacter.DEFAULT:Lorg/springframework/data/jpa/repository/query/EscapeCharacter;
            invokestatic org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder.getPredicate:(Ljavax/persistence/criteria/Root;Ljavax/persistence/criteria/CriteriaBuilder;Lorg/springframework/data/domain/Example;Lorg/springframework/data/jpa/repository/query/EscapeCharacter;)Ljavax/persistence/criteria/Predicate;
            areturn
        end local 2 // org.springframework.data.domain.Example example
        end local 1 // javax.persistence.criteria.CriteriaBuilder cb
        end local 0 // javax.persistence.criteria.Root root
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     root  Ljavax/persistence/criteria/Root<TT;>;
            0    1     1       cb  Ljavax/persistence/criteria/CriteriaBuilder;
            0    1     2  example  Lorg/springframework/data/domain/Example<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljavax/persistence/criteria/Root<TT;>;Ljavax/persistence/criteria/CriteriaBuilder;Lorg/springframework/data/domain/Example<TT;>;)Ljavax/persistence/criteria/Predicate;
    MethodParameters:
         Name  Flags
      root     
      cb       
      example  

  public static <T> javax.persistence.criteria.Predicate getPredicate(javax.persistence.criteria.Root<T>, javax.persistence.criteria.CriteriaBuilder, org.springframework.data.domain.Example<T>, org.springframework.data.jpa.repository.query.EscapeCharacter);
    descriptor: (Ljavax/persistence/criteria/Root;Ljavax/persistence/criteria/CriteriaBuilder;Lorg/springframework/data/domain/Example;Lorg/springframework/data/jpa/repository/query/EscapeCharacter;)Ljavax/persistence/criteria/Predicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=7, args_size=4
        start local 0 // javax.persistence.criteria.Root root
        start local 1 // javax.persistence.criteria.CriteriaBuilder cb
        start local 2 // org.springframework.data.domain.Example example
        start local 3 // org.springframework.data.jpa.repository.query.EscapeCharacter escapeCharacter
         0: .line 96
            aload 0 /* root */
            ldc "Root must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 97
            aload 1 /* cb */
            ldc "CriteriaBuilder must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 98
            aload 2 /* example */
            ldc "Example must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 100
            aload 2 /* example */
            invokeinterface org.springframework.data.domain.Example.getMatcher:()Lorg/springframework/data/domain/ExampleMatcher;
            astore 4 /* matcher */
        start local 4 // org.springframework.data.domain.ExampleMatcher matcher
         4: .line 102
            ldc ""
            aload 1 /* cb */
            aload 0 /* root */
            aload 0 /* root */
            invokeinterface javax.persistence.criteria.Root.getModel:()Ljavax/persistence/metamodel/EntityType;
            aload 2 /* example */
            invokeinterface org.springframework.data.domain.Example.getProbe:()Ljava/lang/Object;
         5: .line 103
            aload 2 /* example */
            invokeinterface org.springframework.data.domain.Example.getProbeType:()Ljava/lang/Class;
            new org.springframework.data.support.ExampleMatcherAccessor
            dup
            aload 4 /* matcher */
            invokespecial org.springframework.data.support.ExampleMatcherAccessor.<init>:(Lorg/springframework/data/domain/ExampleMatcher;)V
            new org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder$PathNode
            dup
            ldc "root"
            aconst_null
            aload 2 /* example */
            invokeinterface org.springframework.data.domain.Example.getProbe:()Ljava/lang/Object;
            invokespecial org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder$PathNode.<init>:(Ljava/lang/String;Lorg/springframework/data/jpa/convert/QueryByExamplePredicateBuilder$PathNode;Ljava/lang/Object;)V
         6: .line 104
            aload 3 /* escapeCharacter */
         7: .line 102
            invokestatic org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder.getPredicates:(Ljava/lang/String;Ljavax/persistence/criteria/CriteriaBuilder;Ljavax/persistence/criteria/Path;Ljavax/persistence/metamodel/ManagedType;Ljava/lang/Object;Ljava/lang/Class;Lorg/springframework/data/support/ExampleMatcherAccessor;Lorg/springframework/data/jpa/convert/QueryByExamplePredicateBuilder$PathNode;Lorg/springframework/data/jpa/repository/query/EscapeCharacter;)Ljava/util/List;
            astore 5 /* predicates */
        start local 5 // java.util.List predicates
         8: .line 106
            aload 5 /* predicates */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 10
         9: .line 107
            aload 1 /* cb */
            aload 1 /* cb */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface javax.persistence.criteria.CriteriaBuilder.literal:(Ljava/lang/Object;)Ljavax/persistence/criteria/Expression;
            invokeinterface javax.persistence.criteria.CriteriaBuilder.isTrue:(Ljavax/persistence/criteria/Expression;)Ljavax/persistence/criteria/Predicate;
            areturn
        10: .line 110
      StackMap locals: org.springframework.data.domain.ExampleMatcher java.util.List
      StackMap stack:
            aload 5 /* predicates */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 12
        11: .line 111
            aload 5 /* predicates */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.persistence.criteria.Predicate
            areturn
        12: .line 114
      StackMap locals:
      StackMap stack:
            aload 5 /* predicates */
            iconst_0
            anewarray javax.persistence.criteria.Predicate
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast javax.persistence.criteria.Predicate[]
            astore 6 /* array */
        start local 6 // javax.persistence.criteria.Predicate[] array
        13: .line 116
            aload 4 /* matcher */
            invokeinterface org.springframework.data.domain.ExampleMatcher.isAllMatching:()Z
            ifeq 14
            aload 1 /* cb */
            aload 6 /* array */
            invokeinterface javax.persistence.criteria.CriteriaBuilder.and:([Ljavax/persistence/criteria/Predicate;)Ljavax/persistence/criteria/Predicate;
            goto 15
      StackMap locals: javax.persistence.criteria.Predicate[]
      StackMap stack:
        14: aload 1 /* cb */
            aload 6 /* array */
            invokeinterface javax.persistence.criteria.CriteriaBuilder.or:([Ljavax/persistence/criteria/Predicate;)Ljavax/persistence/criteria/Predicate;
      StackMap locals:
      StackMap stack: javax.persistence.criteria.Predicate
        15: areturn
        end local 6 // javax.persistence.criteria.Predicate[] array
        end local 5 // java.util.List predicates
        end local 4 // org.springframework.data.domain.ExampleMatcher matcher
        end local 3 // org.springframework.data.jpa.repository.query.EscapeCharacter escapeCharacter
        end local 2 // org.springframework.data.domain.Example example
        end local 1 // javax.persistence.criteria.CriteriaBuilder cb
        end local 0 // javax.persistence.criteria.Root root
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             root  Ljavax/persistence/criteria/Root<TT;>;
            0   16     1               cb  Ljavax/persistence/criteria/CriteriaBuilder;
            0   16     2          example  Lorg/springframework/data/domain/Example<TT;>;
            0   16     3  escapeCharacter  Lorg/springframework/data/jpa/repository/query/EscapeCharacter;
            4   16     4          matcher  Lorg/springframework/data/domain/ExampleMatcher;
            8   16     5       predicates  Ljava/util/List<Ljavax/persistence/criteria/Predicate;>;
           13   16     6            array  [Ljavax/persistence/criteria/Predicate;
    Signature: <T:Ljava/lang/Object;>(Ljavax/persistence/criteria/Root<TT;>;Ljavax/persistence/criteria/CriteriaBuilder;Lorg/springframework/data/domain/Example<TT;>;Lorg/springframework/data/jpa/repository/query/EscapeCharacter;)Ljavax/persistence/criteria/Predicate;
    MethodParameters:
                 Name  Flags
      root             
      cb               
      example          
      escapeCharacter  

  static java.util.List<javax.persistence.criteria.Predicate> getPredicates(java.lang.String, javax.persistence.criteria.CriteriaBuilder, javax.persistence.criteria.Path<?>, javax.persistence.metamodel.ManagedType<?>, , java.lang.Class<?>, org.springframework.data.support.ExampleMatcherAccessor, org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder$PathNode, org.springframework.data.jpa.repository.query.EscapeCharacter);
    descriptor: (Ljava/lang/String;Ljavax/persistence/criteria/CriteriaBuilder;Ljavax/persistence/criteria/Path;Ljavax/persistence/metamodel/ManagedType;Ljava/lang/Object;Ljava/lang/Class;Lorg/springframework/data/support/ExampleMatcherAccessor;Lorg/springframework/data/jpa/convert/QueryByExamplePredicateBuilder$PathNode;Lorg/springframework/data/jpa/repository/query/EscapeCharacter;)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=9, args_size=9
         0: .line 191
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method getEscapeCharacter() is undefined for the type EscapeCharacter\n\tThe method getEscapeCharacter() is undefined for the type EscapeCharacter\n\tThe method getEscapeCharacter() is undefined for the type EscapeCharacter\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/String;Ljavax/persistence/criteria/CriteriaBuilder;Ljavax/persistence/criteria/Path<*>;Ljavax/persistence/metamodel/ManagedType<*>;Ljava/lang/Object;Ljava/lang/Class<*>;Lorg/springframework/data/support/ExampleMatcherAccessor;Lorg/springframework/data/jpa/convert/QueryByExamplePredicateBuilder$PathNode;Lorg/springframework/data/jpa/repository/query/EscapeCharacter;)Ljava/util/List<Ljavax/persistence/criteria/Predicate;>;
    MethodParameters:
                 Name  Flags
      path             
      cb               
      from             
      type             
      value            
      probeType        
      exampleAccessor  
      currentNode      
      escapeCharacter  

  private static boolean isAssociation(javax.persistence.metamodel.Attribute<?, ?>);
    descriptor: (Ljavax/persistence/metamodel/Attribute;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.persistence.metamodel.Attribute attribute
         0: .line 221
            getstatic org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder.ASSOCIATION_TYPES:Ljava/util/Set;
            aload 0 /* attribute */
            invokeinterface javax.persistence.metamodel.Attribute.getPersistentAttributeType:()Ljavax/persistence/metamodel/Attribute$PersistentAttributeType;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // javax.persistence.metamodel.Attribute attribute
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  attribute  Ljavax/persistence/metamodel/Attribute<**>;
    Signature: (Ljavax/persistence/metamodel/Attribute<**>;)Z
    MethodParameters:
           Name  Flags
      attribute  
}
SourceFile: "QueryByExamplePredicateBuilder.java"
NestMembers:
  org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder$PathNode
InnerClasses:
  public final PersistentAttributeType = javax.persistence.metamodel.Attribute$PersistentAttributeType of javax.persistence.metamodel.Attribute
  private PathNode = org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder$PathNode of org.springframework.data.jpa.convert.QueryByExamplePredicateBuilder