public interface org.springframework.data.domain.ExampleMatcher
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.data.domain.ExampleMatcher
super_class: java.lang.Object
{
public static org.springframework.data.domain.ExampleMatcher matching();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: invokestatic org.springframework.data.domain.ExampleMatcher.matchingAll:()Lorg/springframework/data/domain/ExampleMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher matchingAny();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.TypedExampleMatcher
dup
invokespecial org.springframework.data.domain.TypedExampleMatcher.<init>:()V
getstatic org.springframework.data.domain.ExampleMatcher$MatchMode.ANY:Lorg/springframework/data/domain/ExampleMatcher$MatchMode;
invokevirtual org.springframework.data.domain.TypedExampleMatcher.withMode:(Lorg/springframework/data/domain/ExampleMatcher$MatchMode;)Lorg/springframework/data/domain/TypedExampleMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher matchingAll();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.TypedExampleMatcher
dup
invokespecial org.springframework.data.domain.TypedExampleMatcher.<init>:()V
getstatic org.springframework.data.domain.ExampleMatcher$MatchMode.ALL:Lorg/springframework/data/domain/ExampleMatcher$MatchMode;
invokevirtual org.springframework.data.domain.TypedExampleMatcher.withMode:(Lorg/springframework/data/domain/ExampleMatcher$MatchMode;)Lorg/springframework/data/domain/TypedExampleMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public abstract org.springframework.data.domain.ExampleMatcher withIgnorePaths(java.lang.String[]);
descriptor: ([Ljava/lang/String;)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
MethodParameters:
Name Flags
ignoredPaths
public abstract org.springframework.data.domain.ExampleMatcher withStringMatcher(org.springframework.data.domain.ExampleMatcher$StringMatcher);
descriptor: (Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
defaultStringMatcher
public org.springframework.data.domain.ExampleMatcher withIgnoreCase();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokeinterface org.springframework.data.domain.ExampleMatcher.withIgnoreCase:(Z)Lorg/springframework/data/domain/ExampleMatcher;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/ExampleMatcher;
public abstract org.springframework.data.domain.ExampleMatcher withIgnoreCase(boolean);
descriptor: (Z)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
defaultIgnoreCase
public org.springframework.data.domain.ExampleMatcher withMatcher(java.lang.String, org.springframework.data.domain.ExampleMatcher$MatcherConfigurer<org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher>);
descriptor: (Ljava/lang/String;Lorg/springframework/data/domain/ExampleMatcher$MatcherConfigurer;)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ldc "PropertyPath must not be empty!"
invokestatic org.springframework.util.Assert.hasText:(Ljava/lang/String;Ljava/lang/String;)V
1: aload 2
ldc "MatcherConfigurer must not be empty!"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
2: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
astore 3
start local 3 3: aload 2
aload 3
invokeinterface org.springframework.data.domain.ExampleMatcher$MatcherConfigurer.configureMatcher:(Ljava/lang/Object;)V
4: aload 0
aload 1
aload 3
invokeinterface org.springframework.data.domain.ExampleMatcher.withMatcher:(Ljava/lang/String;Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;)Lorg/springframework/data/domain/ExampleMatcher;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/data/domain/ExampleMatcher;
0 5 1 propertyPath Ljava/lang/String;
0 5 2 matcherConfigurer Lorg/springframework/data/domain/ExampleMatcher$MatcherConfigurer<Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;>;
3 5 3 genericPropertyMatcher Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
Signature: (Ljava/lang/String;Lorg/springframework/data/domain/ExampleMatcher$MatcherConfigurer<Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;>;)Lorg/springframework/data/domain/ExampleMatcher;
MethodParameters:
Name Flags
propertyPath
matcherConfigurer
public abstract org.springframework.data.domain.ExampleMatcher withMatcher(java.lang.String, org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher);
descriptor: (Ljava/lang/String;Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
propertyPath
genericPropertyMatcher
public abstract org.springframework.data.domain.ExampleMatcher withTransformer(java.lang.String, org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer);
descriptor: (Ljava/lang/String;Lorg/springframework/data/domain/ExampleMatcher$PropertyValueTransformer;)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
propertyPath
propertyValueTransformer
public abstract org.springframework.data.domain.ExampleMatcher withIgnoreCase(java.lang.String[]);
descriptor: ([Ljava/lang/String;)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
MethodParameters:
Name Flags
propertyPaths
public org.springframework.data.domain.ExampleMatcher withIncludeNullValues();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic org.springframework.data.domain.ExampleMatcher$NullHandler.INCLUDE:Lorg/springframework/data/domain/ExampleMatcher$NullHandler;
invokeinterface org.springframework.data.domain.ExampleMatcher.withNullHandler:(Lorg/springframework/data/domain/ExampleMatcher$NullHandler;)Lorg/springframework/data/domain/ExampleMatcher;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/ExampleMatcher;
public org.springframework.data.domain.ExampleMatcher withIgnoreNullValues();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic org.springframework.data.domain.ExampleMatcher$NullHandler.IGNORE:Lorg/springframework/data/domain/ExampleMatcher$NullHandler;
invokeinterface org.springframework.data.domain.ExampleMatcher.withNullHandler:(Lorg/springframework/data/domain/ExampleMatcher$NullHandler;)Lorg/springframework/data/domain/ExampleMatcher;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/ExampleMatcher;
public abstract org.springframework.data.domain.ExampleMatcher withNullHandler(org.springframework.data.domain.ExampleMatcher$NullHandler);
descriptor: (Lorg/springframework/data/domain/ExampleMatcher$NullHandler;)Lorg/springframework/data/domain/ExampleMatcher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
nullHandler
public abstract org.springframework.data.domain.ExampleMatcher$NullHandler getNullHandler();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$NullHandler;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.springframework.data.domain.ExampleMatcher$StringMatcher getDefaultStringMatcher();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$StringMatcher;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isIgnoreCaseEnabled();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public boolean isIgnoredPath(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokeinterface org.springframework.data.domain.ExampleMatcher.getIgnoredPaths:()Ljava/util/Set;
aload 1
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/ExampleMatcher;
0 1 1 path Ljava/lang/String;
MethodParameters:
Name Flags
path
public abstract java.util.Set<java.lang.String> getIgnoredPaths();
descriptor: ()Ljava/util/Set;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Set<Ljava/lang/String;>;
public abstract org.springframework.data.domain.ExampleMatcher$PropertySpecifiers getPropertySpecifiers();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$PropertySpecifiers;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public boolean isAllMatching();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.springframework.data.domain.ExampleMatcher.getMatchMode:()Lorg/springframework/data/domain/ExampleMatcher$MatchMode;
getstatic org.springframework.data.domain.ExampleMatcher$MatchMode.ALL:Lorg/springframework/data/domain/ExampleMatcher$MatchMode;
invokevirtual org.springframework.data.domain.ExampleMatcher$MatchMode.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/ExampleMatcher;
public boolean isAnyMatching();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.springframework.data.domain.ExampleMatcher.getMatchMode:()Lorg/springframework/data/domain/ExampleMatcher$MatchMode;
getstatic org.springframework.data.domain.ExampleMatcher$MatchMode.ANY:Lorg/springframework/data/domain/ExampleMatcher$MatchMode;
invokevirtual org.springframework.data.domain.ExampleMatcher$MatchMode.equals:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/ExampleMatcher;
public abstract org.springframework.data.domain.ExampleMatcher$MatchMode getMatchMode();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$MatchMode;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ExampleMatcher.java"
NestMembers:
org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher org.springframework.data.domain.ExampleMatcher$GenericPropertyMatchers org.springframework.data.domain.ExampleMatcher$MatchMode org.springframework.data.domain.ExampleMatcher$MatcherConfigurer org.springframework.data.domain.ExampleMatcher$NoOpPropertyValueTransformer org.springframework.data.domain.ExampleMatcher$NullHandler org.springframework.data.domain.ExampleMatcher$PropertySpecifier org.springframework.data.domain.ExampleMatcher$PropertySpecifiers org.springframework.data.domain.ExampleMatcher$PropertyValueTransformer org.springframework.data.domain.ExampleMatcher$StringMatcher
InnerClasses:
public GenericPropertyMatcher = org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher of org.springframework.data.domain.ExampleMatcher
public GenericPropertyMatchers = org.springframework.data.domain.ExampleMatcher$GenericPropertyMatchers of org.springframework.data.domain.ExampleMatcher
public final MatchMode = org.springframework.data.domain.ExampleMatcher$MatchMode of org.springframework.data.domain.ExampleMatcher
public abstract MatcherConfigurer = org.springframework.data.domain.ExampleMatcher$MatcherConfigurer of org.springframework.data.domain.ExampleMatcher
public final NoOpPropertyValueTransformer = org.springframework.data.domain.ExampleMatcher$NoOpPropertyValueTransformer of org.springframework.data.domain.ExampleMatcher
public final NullHandler = org.springframework.data.domain.ExampleMatcher$NullHandler of org.springframework.data.domain.ExampleMatcher
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
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