public class org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo
super_class: java.lang.Object
{
private final org.springframework.http.server.PathContainer pathRemaining;
descriptor: Lorg/springframework/http/server/PathContainer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.web.util.pattern.PathPattern$PathMatchInfo pathMatchInfo;
descriptor: Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.springframework.http.server.PathContainer);
descriptor: (Lorg/springframework/http/server/PathContainer;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic org.springframework.web.util.pattern.PathPattern$PathMatchInfo.EMPTY:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
invokespecial org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.<init>:(Lorg/springframework/http/server/PathContainer;Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
0 2 1 pathRemaining Lorg/springframework/http/server/PathContainer;
MethodParameters:
Name Flags
pathRemaining
void <init>(org.springframework.http.server.PathContainer, org.springframework.web.util.pattern.PathPattern$PathMatchInfo);
descriptor: (Lorg/springframework/http/server/PathContainer;Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.pathRemaining:Lorg/springframework/http/server/PathContainer;
2: aload 0
aload 2
putfield org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo.pathMatchInfo:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
0 4 1 pathRemaining Lorg/springframework/http/server/PathContainer;
0 4 2 pathMatchInfo Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
MethodParameters:
Name Flags
pathRemaining
pathMatchInfo
public org.springframework.http.server.PathContainer getPathRemaining();
descriptor: ()Lorg/springframework/http/server/PathContainer;
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$PathRemainingMatchInfo.pathRemaining:Lorg/springframework/http/server/PathContainer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
public java.util.Map<java.lang.String, java.lang.String> getUriVariables();
descriptor: ()Ljava/util/Map;
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$PathRemainingMatchInfo.pathMatchInfo:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
invokevirtual org.springframework.web.util.pattern.PathPattern$PathMatchInfo.getUriVariables:()Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
public java.util.Map<java.lang.String, org.springframework.util.MultiValueMap<java.lang.String, java.lang.String>> getMatrixVariables();
descriptor: ()Ljava/util/Map;
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$PathRemainingMatchInfo.pathMatchInfo:Lorg/springframework/web/util/pattern/PathPattern$PathMatchInfo;
invokevirtual org.springframework.web.util.pattern.PathPattern$PathMatchInfo.getMatrixVariables:()Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/util/pattern/PathPattern$PathRemainingMatchInfo;
Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/springframework/util/MultiValueMap<Ljava/lang/String;Ljava/lang/String;>;>;
}
SourceFile: "PathPattern.java"
NestHost: org.springframework.web.util.pattern.PathPattern
InnerClasses:
public PathMatchInfo = org.springframework.web.util.pattern.PathPattern$PathMatchInfo of org.springframework.web.util.pattern.PathPattern
public PathRemainingMatchInfo = org.springframework.web.util.pattern.PathPattern$PathRemainingMatchInfo of org.springframework.web.util.pattern.PathPattern