public class org.jboss.resteasy.core.interception.PostMatchContainerRequestContext extends org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
super_class: org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
{
protected final org.jboss.resteasy.core.ResourceMethodInvoker resourceMethod;
descriptor: Lorg/jboss/resteasy/core/ResourceMethodInvoker;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
public void <init>(org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.core.ResourceMethodInvoker);
descriptor: (Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/core/ResourceMethodInvoker;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
iconst_0
anewarray javax.ws.rs.container.ContainerRequestFilter
aconst_null
invokespecial org.jboss.resteasy.core.interception.PostMatchContainerRequestContext.<init>:(Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/core/ResourceMethodInvoker;[Ljavax/ws/rs/container/ContainerRequestFilter;Ljava/util/function/Supplier;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jboss/resteasy/core/interception/PostMatchContainerRequestContext;
0 2 1 request Lorg/jboss/resteasy/spi/HttpRequest;
0 2 2 resourceMethod Lorg/jboss/resteasy/core/ResourceMethodInvoker;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
request
resourceMethod
public void <init>(org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.core.ResourceMethodInvoker, javax.ws.rs.container.ContainerRequestFilter[], java.util.function.Supplier<org.jboss.resteasy.specimpl.BuiltResponse>);
descriptor: (Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/core/ResourceMethodInvoker;[Ljavax/ws/rs/container/ContainerRequestFilter;Ljava/util/function/Supplier;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 3
aload 4
invokespecial org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.<init>:(Lorg/jboss/resteasy/spi/HttpRequest;[Ljavax/ws/rs/container/ContainerRequestFilter;Ljava/util/function/Supplier;)V
1: aload 0
aload 2
putfield org.jboss.resteasy.core.interception.PostMatchContainerRequestContext.resourceMethod:Lorg/jboss/resteasy/core/ResourceMethodInvoker;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jboss/resteasy/core/interception/PostMatchContainerRequestContext;
0 3 1 request Lorg/jboss/resteasy/spi/HttpRequest;
0 3 2 resourceMethod Lorg/jboss/resteasy/core/ResourceMethodInvoker;
0 3 3 requestFilters [Ljavax/ws/rs/container/ContainerRequestFilter;
0 3 4 continuation Ljava/util/function/Supplier<Lorg/jboss/resteasy/specimpl/BuiltResponse;>;
Signature: (Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/core/ResourceMethodInvoker;[Ljavax/ws/rs/container/ContainerRequestFilter;Ljava/util/function/Supplier<Lorg/jboss/resteasy/specimpl/BuiltResponse;>;)V
MethodParameters:
Name Flags
request
resourceMethod
requestFilters
continuation
public org.jboss.resteasy.core.ResourceMethodInvoker getResourceMethod();
descriptor: ()Lorg/jboss/resteasy/core/ResourceMethodInvoker;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jboss.resteasy.core.interception.PostMatchContainerRequestContext.resourceMethod:Lorg/jboss/resteasy/core/ResourceMethodInvoker;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/resteasy/core/interception/PostMatchContainerRequestContext;
public void setMethod(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.cantSetMethod:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/resteasy/core/interception/PostMatchContainerRequestContext;
0 1 1 method Ljava/lang/String;
MethodParameters:
Name Flags
method
public void setRequestUri(java.net.URI);
descriptor: (Ljava/net/URI;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.IllegalStateException
dup
getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.cantSetURI:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/resteasy/core/interception/PostMatchContainerRequestContext;
0 1 1 requestUri Ljava/net/URI;
Exceptions:
throws java.lang.IllegalStateException
MethodParameters:
Name Flags
requestUri
public void setRequestUri(java.net.URI, java.net.URI);
descriptor: (Ljava/net/URI;Ljava/net/URI;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.IllegalStateException
dup
getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.cantSetURI:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jboss/resteasy/core/interception/PostMatchContainerRequestContext;
0 1 1 baseUri Ljava/net/URI;
0 1 2 requestUri Ljava/net/URI;
Exceptions:
throws java.lang.IllegalStateException
MethodParameters:
Name Flags
baseUri
requestUri
}
SourceFile: "PostMatchContainerRequestContext.java"