public class org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
  super_class: java.lang.Object
{
  org.springframework.data.domain.ExampleMatcher$StringMatcher stringMatcher;
    descriptor: Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  java.lang.Boolean ignoreCase;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer valueTransformer;
    descriptor: Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 295
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 288
            aload 0 /* this */
            aconst_null
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         2: .line 289
            aload 0 /* this */
            aconst_null
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.ignoreCase:Ljava/lang/Boolean;
         3: .line 290
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$NoOpPropertyValueTransformer.INSTANCE:Lorg/springframework/data/domain/ExampleMatcher$NoOpPropertyValueTransformer;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.valueTransformer:Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
         4: .line 295
            return
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher of(org.springframework.data.domain.ExampleMatcher$StringMatcher, boolean);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;Z)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$StringMatcher stringMatcher
        start local 1 // boolean ignoreCase
         0: .line 305
            new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
            dup
            invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
            aload 0 /* stringMatcher */
            invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:(Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
            iload 1 /* ignoreCase */
            invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.ignoreCase:(Z)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
            areturn
        end local 1 // boolean ignoreCase
        end local 0 // org.springframework.data.domain.ExampleMatcher$StringMatcher stringMatcher
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  stringMatcher  Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            0    1     1     ignoreCase  Z
    MethodParameters:
               Name  Flags
      stringMatcher  
      ignoreCase     

  public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher of(org.springframework.data.domain.ExampleMatcher$StringMatcher);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$StringMatcher stringMatcher
         0: .line 315
            new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
            dup
            invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
            aload 0 /* stringMatcher */
            invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:(Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$StringMatcher stringMatcher
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0  stringMatcher  Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
    MethodParameters:
               Name  Flags
      stringMatcher  

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher ignoreCase();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 325
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.ignoreCase:Ljava/lang/Boolean;
         1: .line 326
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher ignoreCase(boolean);
    descriptor: (Z)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
        start local 1 // boolean ignoreCase
         0: .line 337
            aload 0 /* this */
            iload 1 /* ignoreCase */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.ignoreCase:Ljava/lang/Boolean;
         1: .line 338
            aload 0 /* this */
            areturn
        end local 1 // boolean ignoreCase
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
            0    2     1  ignoreCase  Z
    MethodParameters:
            Name  Flags
      ignoreCase  

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher caseSensitive();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 348
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.ignoreCase:Ljava/lang/Boolean;
         1: .line 349
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher contains();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 359
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$StringMatcher.CONTAINING:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         1: .line 360
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher endsWith();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 370
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$StringMatcher.ENDING:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         1: .line 371
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher startsWith();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 381
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$StringMatcher.STARTING:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         1: .line 382
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher exact();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 392
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$StringMatcher.EXACT:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         1: .line 393
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher storeDefaultMatching();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 403
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$StringMatcher.DEFAULT:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         1: .line 404
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher regex();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
         0: .line 414
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$StringMatcher.REGEX:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         1: .line 415
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher stringMatcher(org.springframework.data.domain.ExampleMatcher$StringMatcher);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
        start local 1 // org.springframework.data.domain.ExampleMatcher$StringMatcher stringMatcher
         0: .line 426
            aload 1 /* stringMatcher */
            ldc "StringMatcher must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 427
            aload 0 /* this */
            aload 1 /* stringMatcher */
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         2: .line 428
            aload 0 /* this */
            areturn
        end local 1 // org.springframework.data.domain.ExampleMatcher$StringMatcher stringMatcher
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
            0    3     1  stringMatcher  Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
    MethodParameters:
               Name  Flags
      stringMatcher  

  public org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher transform(org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;)Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
        start local 1 // org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer propertyValueTransformer
         0: .line 439
            aload 1 /* propertyValueTransformer */
            ldc "PropertyValueTransformer must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 440
            aload 0 /* this */
            aload 1 /* propertyValueTransformer */
            putfield org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.valueTransformer:Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
         2: .line 441
            aload 0 /* this */
            areturn
        end local 1 // org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer propertyValueTransformer
        end local 0 // org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    3     0                      this  Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
            0    3     1  propertyValueTransformer  Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
    MethodParameters:
                          Name  Flags
      propertyValueTransformer  
}
SourceFile: "ExampleMatcher.java"
NestHost: org.springframework.data.domain.ExampleMatcher
InnerClasses:
  public GenericPropertyMatcher = org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher of org.springframework.data.domain.ExampleMatcher
  public final NoOpPropertyValueTransformer = org.springframework.data.domain.ExampleMatcher$NoOpPropertyValueTransformer of org.springframework.data.domain.ExampleMatcher
  public abstract PropertyValueTransformer = org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer of org.springframework.data.domain.ExampleMatcher
  public final StringMatcher = org.springframework.data.domain.ExampleMatcher$StringMatcher of org.springframework.data.domain.ExampleMatcher