class org.springframework.web.util.pattern.PathPattern$MatchingContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.web.util.pattern.PathPattern$MatchingContext
super_class: java.lang.Object
{
final org.springframework.http.server.PathContainer candidate;
descriptor: Lorg/springframework/http/server/PathContainer;
flags: (0x0010) ACC_FINAL
final java.util.List<org.springframework.http.server.PathContainer$Element> pathElements;
descriptor: Ljava/util/List;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/List<Lorg/springframework/http/server/PathContainer$Element;>;
final int pathLength;
descriptor: I
flags: (0x0010) ACC_FINAL
private java.util.Map<java.lang.String, java.lang.String> ;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private java.util.Map<java.lang.String, org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>> ;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
boolean ;
descriptor: Z
flags: (0x0000)
boolean determineRemainingPath;
descriptor: Z
flags: (0x0000)
int remainingPathIndex;
descriptor: I
flags: (0x0000)
final org.springframework.web.util.pattern.PathPattern this$0;
descriptor: Lorg/springframework/web/util/pattern/PathPattern;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.springframework.web.util.pattern.PathPattern, org.springframework.http.server.PathContainer, boolean);
descriptor: (Lorg/springframework/web/util/pattern/PathPattern;Lorg/springframework/http/server/PathContainer;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.this$0:Lorg/springframework/web/util/pattern/PathPattern;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.determineRemainingPath:Z
2: aload 0
aload 2
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.candidate:Lorg/springframework/http/server/PathContainer;
3: aload 0
aload 2
invokeinterface org.springframework.http.server.PathContainer.elements:()Ljava/util/List;
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
4: aload 0
aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
invokeinterface java.util.List.size:()I
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathLength:I
5: aload 0
iload 3
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractingVariables:Z
6: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
0 7 2 pathContainer Lorg/springframework/http/server/PathContainer;
0 7 3 extractVariables Z
MethodParameters:
Name Flags
this$0 final
pathContainer
extractVariables
public void ();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.determineRemainingPath:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
public boolean isMatchOptionalTrailingSeparator();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.this$0:Lorg/springframework/web/util/pattern/PathPattern;
getfield org.springframework.web.util.pattern.PathPattern.matchOptionalTrailingSeparator:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
public void set(java.lang.String, java.lang.String, org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>);
descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/springframework/util/MultiValueMap;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
ifnonnull 2
1: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
2: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
aload 1
aload 2
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
3: aload 3
invokeinterface org.springframework.util.MultiValueMap.isEmpty:()Z
ifne 7
4: aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
ifnonnull 6
5: aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
6: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
aload 1
aload 3
invokestatic org.springframework.util.CollectionUtils.unmodifiableMultiValueMap:(Lorg/springframework/util/MultiValueMap;)Lorg/springframework/util/MultiValueMap;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
7: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
0 8 1 key Ljava/lang/String;
0 8 2 value Ljava/lang/String;
0 8 3 parameters Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;
Signature: (Ljava/lang/String;Ljava/lang/String;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;)V
MethodParameters:
Name Flags
key
value
parameters
public org.springframework.web.util.pattern.PathPattern$PathMatchInfo getPathMatchResult();
descriptor: ()Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
ifnonnull 2
1: getstatic org.springframework.web.util.pattern.PathPattern$PathMatchInfo.EMPTY:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
areturn
2: StackMap locals:
StackMap stack:
new org.springframework.web.util.pattern.PathPattern$PathMatchInfo
dup
aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedUriVariables:Ljava/util/Map;
aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.extractedMatrixVariables:Ljava/util/Map;
invokespecial org.springframework.web.util.pattern.PathPattern$PathMatchInfo.<init>:(Ljava/util/Map;Ljava/util/Map;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
boolean isSeparator(int);
descriptor: (I)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
instanceof org.springframework.http.server.PathContainer$Separator
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
0 1 1 pathIndex I
MethodParameters:
Name Flags
pathIndex
java.lang.String pathElementValue(int);
descriptor: (I)Ljava/lang/String;
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathLength:I
if_icmpge 1
aload 0
getfield org.springframework.web.util.pattern.PathPattern$MatchingContext.pathElements:Ljava/util/List;
iload 1
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.springframework.http.server.PathContainer$Element
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: org.springframework.http.server.PathContainer$Element
2: astore 2
start local 2 3: aload 2
instanceof org.springframework.http.server.PathContainer$PathSegment
ifeq 5
4: aload 2
checkcast org.springframework.http.server.PathContainer$PathSegment
invokeinterface org.springframework.http.server.PathContainer$PathSegment.valueToMatch:()Ljava/lang/String;
areturn
5: StackMap locals: org.springframework.http.server.PathContainer$Element
StackMap stack:
ldc ""
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/springframework/web/util/pattern/PathPattern$MatchingContext;
0 6 1 pathIndex I
3 6 2 element Lorg/springframework/http/server/PathContainer$Element;
MethodParameters:
Name Flags
pathIndex
}
SourceFile: "PathPattern.java"
NestHost: org.springframework.web.util.pattern.PathPattern
InnerClasses:
public abstract Element = org.springframework.http.server.PathContainer$Element of org.springframework.http.server.PathContainer
public abstract PathSegment = org.springframework.http.server.PathContainer$PathSegment of org.springframework.http.server.PathContainer
public abstract Separator = org.springframework.http.server.PathContainer$Separator of org.springframework.http.server.PathContainer
MatchingContext = org.springframework.web.util.pattern.PathPattern$MatchingContext of org.springframework.web.util.pattern.PathPattern
public PathMatchInfo = org.springframework.web.util.pattern.PathPattern$PathMatchInfo of org.springframework.web.util.pattern.PathPattern