public class org.springframework.data.domain.ExampleMatcher$GenericPropertyMatchers
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.data.domain.ExampleMatcher$GenericPropertyMatchers
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatchers;
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher ignoreCase();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.ignoreCase:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher caseSensitive();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.caseSensitive:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher contains();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.contains:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher endsWith();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.endsWith:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher startsWith();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.startsWith:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher exact();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.exact:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher storeDefaultMatching();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.storeDefaultMatching:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher regex();
descriptor: ()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher
dup
invokespecial org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.<init>:()V
invokevirtual org.springframework.data.domain.ExampleMatcher$GenericPropertyMatcher.regex:()Lorg/springframework/data/domain/ExampleMatcher$GenericPropertyMatcher;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
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 GenericPropertyMatchers = org.springframework.data.domain.ExampleMatcher$GenericPropertyMatchers of org.springframework.data.domain.ExampleMatcher