public class org.springframework.data.domain.ExampleMatcher$PropertySpecifiers
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.domain.ExampleMatcher$PropertySpecifiers
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, org.springframework.data.domain.ExampleMatcher$PropertySpecifier> propertySpecifiers;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
         0: .line 804
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 802
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            putfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
         2: .line 804
            return
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;

  void <init>(org.springframework.data.domain.ExampleMatcher$PropertySpecifiers);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
        start local 1 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers propertySpecifiers
         0: .line 806
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 802
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            putfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
         2: .line 807
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            aload 1 /* propertySpecifiers */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
         3: .line 808
            return
        end local 1 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers propertySpecifiers
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
            0    4     1  propertySpecifiers  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
    MethodParameters:
                    Name  Flags
      propertySpecifiers  

  public void add(org.springframework.data.domain.ExampleMatcher$PropertySpecifier);
    descriptor: (Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
        start local 1 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier specifier
         0: .line 812
            aload 1 /* specifier */
            ldc "PropertySpecifier must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         1: .line 813
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            aload 1 /* specifier */
            invokevirtual org.springframework.data.domain.ExampleMatcher$PropertySpecifier.getPath:()Ljava/lang/String;
            aload 1 /* specifier */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 814
            return
        end local 1 // org.springframework.data.domain.ExampleMatcher$PropertySpecifier specifier
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
            0    3     1  specifier  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    MethodParameters:
           Name  Flags
      specifier  

  public boolean hasSpecifierForPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
        start local 1 // java.lang.String path
         0: .line 817
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            aload 1 /* path */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String path
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public org.springframework.data.domain.ExampleMatcher$PropertySpecifier getForPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
        start local 1 // java.lang.String path
         0: .line 821
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            aload 1 /* path */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.springframework.data.domain.ExampleMatcher$PropertySpecifier
            areturn
        end local 1 // java.lang.String path
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
            0    1     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public boolean hasValues();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
         0: .line 825
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;

  public java.util.Collection<org.springframework.data.domain.ExampleMatcher$PropertySpecifier> getSpecifiers();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
         0: .line 829
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            areturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
    Signature: ()Ljava/util/Collection<Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifier;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
        start local 1 // java.lang.Object o
         0: .line 839
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 840
            iconst_1
            ireturn
         2: .line 843
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof org.springframework.data.domain.ExampleMatcher$PropertySpecifiers
            ifne 4
         3: .line 844
            iconst_0
            ireturn
         4: .line 847
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.springframework.data.domain.ExampleMatcher$PropertySpecifiers
            astore 2 /* that */
        start local 2 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers that
         5: .line 848
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            aload 2 /* that */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers that
        end local 1 // java.lang.Object o
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
            0    6     1     o  Ljava/lang/Object;
            5    6     2  that  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
         0: .line 857
            aload 0 /* this */
            getfield org.springframework.data.domain.ExampleMatcher$PropertySpecifiers.propertySpecifiers:Ljava/util/Map;
            invokestatic org.springframework.util.ObjectUtils.nullSafeHashCode:(Ljava/lang/Object;)I
            ireturn
        end local 0 // org.springframework.data.domain.ExampleMatcher$PropertySpecifiers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
}
SourceFile: "ExampleMatcher.java"
NestHost: org.springframework.data.domain.ExampleMatcher
InnerClasses:
  public PropertySpecifier = org.springframework.data.domain.ExampleMatcher$PropertySpecifier of org.springframework.data.domain.ExampleMatcher
  public PropertySpecifiers = org.springframework.data.domain.ExampleMatcher$PropertySpecifiers of org.springframework.data.domain.ExampleMatcher