public class org.springframework.web.servlet.resource.GzipResourceResolver extends org.springframework.web.servlet.resource.AbstractResourceResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.resource.GzipResourceResolver
  super_class: org.springframework.web.servlet.resource.AbstractResourceResolver
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
         0: .line 47
            aload 0 /* this */
            invokespecial org.springframework.web.servlet.resource.AbstractResourceResolver.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/GzipResourceResolver;

  protected org.springframework.core.io.Resource resolveResourceInternal(HttpServletRequest, java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>, org.springframework.web.servlet.resource.ResourceResolverChain);
    descriptor: (LHttpServletRequest;Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Lorg/springframework/core/io/Resource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/GzipResourceResolver;
    Signature: (LHttpServletRequest;Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Lorg/springframework/core/io/Resource;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
      3:
    MethodParameters:
             Name  Flags
      request      
      requestPath  
      locations    
      chain        

  boolean isGzipAccepted(HttpServletRequest);
    descriptor: (LHttpServletRequest;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpServletRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/GzipResourceResolver;
    MethodParameters:
         Name  Flags
      request  

  protected java.lang.String resolveUrlPathInternal(java.lang.String, java.util.List<? extends org.springframework.core.io.Resource>, org.springframework.web.servlet.resource.ResourceResolverChain);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
        start local 1 // java.lang.String resourceUrlPath
        start local 2 // java.util.List locations
        start local 3 // org.springframework.web.servlet.resource.ResourceResolverChain chain
         0: .line 80
            aload 3 /* chain */
            aload 1 /* resourceUrlPath */
            aload 2 /* locations */
            invokeinterface org.springframework.web.servlet.resource.ResourceResolverChain.resolveUrlPath:(Ljava/lang/String;Ljava/util/List;)Ljava/lang/String;
            areturn
        end local 3 // org.springframework.web.servlet.resource.ResourceResolverChain chain
        end local 2 // java.util.List locations
        end local 1 // java.lang.String resourceUrlPath
        end local 0 // org.springframework.web.servlet.resource.GzipResourceResolver this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/springframework/web/servlet/resource/GzipResourceResolver;
            0    1     1  resourceUrlPath  Ljava/lang/String;
            0    1     2        locations  Ljava/util/List<+Lorg/springframework/core/io/Resource;>;
            0    1     3            chain  Lorg/springframework/web/servlet/resource/ResourceResolverChain;
    Signature: (Ljava/lang/String;Ljava/util/List<+Lorg/springframework/core/io/Resource;>;Lorg/springframework/web/servlet/resource/ResourceResolverChain;)Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      resourceUrlPath  
      locations        
      chain            
}
SourceFile: "GzipResourceResolver.java"
NestMembers:
  org.springframework.web.servlet.resource.GzipResourceResolver$GzippedResource
InnerClasses:
  final GzippedResource = org.springframework.web.servlet.resource.GzipResourceResolver$GzippedResource of org.springframework.web.servlet.resource.GzipResourceResolver
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()