public class org.springframework.data.domain.ExampleMatcher$PropertySpecifier
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.domain.ExampleMatcher$PropertySpecifier
  super_class: java.lang.Object
{
  java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  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) 

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
        start local 1 // java.lang.String path
         0: .line 607
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 609
            aload 1 /* path */
            ldc "Path must not be null/empty!"
            invokestatic org.springframework.util.Assert.hasText:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 610
            aload 0 /* this */
            aload 1 /* path */
            putfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.path:Ljava/lang/String;
         3: .line 612
            aload 0 /* this */
            aconst_null
            putfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
         4: .line 613
            aload 0 /* this */
            aconst_null
            putfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.ignoreCase:Ljava/lang/Boolean;
         5: .line 614
            aload 0 /* this */
            getstatic org.springframework.data.domain.ExampleMatcher$NoOpPropertyValueTransformer.INSTANCE:Lorg/springframework/data/domain/ExampleMatcher$NoOpPropertyValueTransformer;
            putfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.valueTransformer:Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
         6: .line 615
            return
        end local 1 // java.lang.String path
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
            0    7     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public org.springframework.data.domain.ExampleMatcher$PropertySpecifier withStringMatcher(org.springframework.data.domain.ExampleMatcher$StringMatcher);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;)Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
         0: .line 627
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe constructor ExampleMatcher.PropertySpecifier(String, ExampleMatcher.StringMatcher, Boolean, ExampleMatcher.PropertyValueTransformer) is undefined\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    MethodParameters:
               Name  Flags
      stringMatcher  

  public org.springframework.data.domain.ExampleMatcher$PropertySpecifier withIgnoreCase(boolean);
    descriptor: (Z)Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
         0: .line 638
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe constructor ExampleMatcher.PropertySpecifier(String, ExampleMatcher.StringMatcher, boolean, ExampleMatcher.PropertyValueTransformer) is undefined\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    MethodParameters:
            Name  Flags
      ignoreCase  

  public org.springframework.data.domain.ExampleMatcher$PropertySpecifier withValueTransformer(org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;)Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
         0: .line 651
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe constructor ExampleMatcher.PropertySpecifier(String, ExampleMatcher.StringMatcher, Boolean, ExampleMatcher.PropertyValueTransformer) is undefined\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    MethodParameters:
                  Name  Flags
      valueTransformer  

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
         0: .line 660
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.path:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;

  public org.springframework.data.domain.ExampleMatcher$StringMatcher getStringMatcher();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
         0: .line 670
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.stringMatcher:Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Boolean getIgnoreCase();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
         0: .line 678
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.ignoreCase:Ljava/lang/Boolean;
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer getPropertyValueTransformer();
    descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
         0: .line 687
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.valueTransformer:Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
            ifnonnull 1
            getstatic org.springframework.data.domain.ExampleMatcher$NoOpPropertyValueTransformer.INSTANCE:Lorg/springframework/data/domain/ExampleMatcher$NoOpPropertyValueTransformer;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifier.valueTransformer:Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
      StackMap locals:
      StackMap stack: org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer
         2: areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;

  public java.util.Optional<java.lang.Object> transformValue(java.util.Optional<java.lang.Object>);
    descriptor: (Ljava/util/Optional;)Ljava/util/Optional;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
        start local 1 // java.util.Optional source
         0: .line 697
            aload 0 /* this */
            invokevirtual org.springframework.data.domain.ExampleMatcher$PropertySpecifier.getPropertyValueTransformer:()Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;
            aload 1 /* source */
            invokeinterface org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Optional
            areturn
        end local 1 // java.util.Optional source
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
            0    1     1  source  Ljava/util/Optional<Ljava/lang/Object;>;
    Signature: (Ljava/util/Optional<Ljava/lang/Object;>;)Ljava/util/Optional<Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "ExampleMatcher.java"
NestHost: org.springframework.data.domain.ExampleMatcher
InnerClasses:
  public final NoOpPropertyValueTransformer = org.springframework.data.domain.ExampleMatcher$NoOpPropertyValueTransformer of org.springframework.data.domain.ExampleMatcher
  public PropertySpecifier = org.springframework.data.domain.ExampleMatcher$PropertySpecifier 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