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 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
        start local 1 // org.jboss.resteasy.spi.HttpRequest request
        start local 2 // org.jboss.resteasy.core.ResourceMethodInvoker resourceMethod
         0: .line 24
            aload 0 /* this */
            aload 1 /* request */
            aload 2 /* resourceMethod */
            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: .line 25
            return
        end local 2 // org.jboss.resteasy.core.ResourceMethodInvoker resourceMethod
        end local 1 // org.jboss.resteasy.spi.HttpRequest request
        end local 0 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
      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 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
        start local 1 // org.jboss.resteasy.spi.HttpRequest request
        start local 2 // org.jboss.resteasy.core.ResourceMethodInvoker resourceMethod
        start local 3 // javax.ws.rs.container.ContainerRequestFilter[] requestFilters
        start local 4 // java.util.function.Supplier continuation
         0: .line 30
            aload 0 /* this */
            aload 1 /* request */
            aload 3 /* requestFilters */
            aload 4 /* continuation */
            invokespecial org.jboss.resteasy.core.interception.PreMatchContainerRequestContext.<init>:(Lorg/jboss/resteasy/spi/HttpRequest;[Ljavax/ws/rs/container/ContainerRequestFilter;Ljava/util/function/Supplier;)V
         1: .line 31
            aload 0 /* this */
            aload 2 /* resourceMethod */
            putfield org.jboss.resteasy.core.interception.PostMatchContainerRequestContext.resourceMethod:Lorg/jboss/resteasy/core/ResourceMethodInvoker;
         2: .line 32
            return
        end local 4 // java.util.function.Supplier continuation
        end local 3 // javax.ws.rs.container.ContainerRequestFilter[] requestFilters
        end local 2 // org.jboss.resteasy.core.ResourceMethodInvoker resourceMethod
        end local 1 // org.jboss.resteasy.spi.HttpRequest request
        end local 0 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
      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 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
         0: .line 36
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.PostMatchContainerRequestContext.resourceMethod:Lorg/jboss/resteasy/core/ResourceMethodInvoker;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
      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 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
        start local 1 // java.lang.String method
         0: .line 42
            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 // java.lang.String method
        end local 0 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
      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 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
        start local 1 // java.net.URI requestUri
         0: .line 48
            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 // java.net.URI requestUri
        end local 0 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
      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 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
        start local 1 // java.net.URI baseUri
        start local 2 // java.net.URI requestUri
         0: .line 54
            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 // java.net.URI requestUri
        end local 1 // java.net.URI baseUri
        end local 0 // org.jboss.resteasy.core.interception.PostMatchContainerRequestContext this
      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"