public class org.springframework.web.servlet.resource.WebJarsResourceResolver 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.WebJarsResourceResolver
  super_class: org.springframework.web.servlet.resource.AbstractResourceResolver
{
  private static final java.lang.String WEBJARS_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "META-INF/resources/webjars/"

  private static final int WEBJARS_LOCATION_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final WebJarAssetLocator webJarAssetLocator;
    descriptor: LWebJarAssetLocator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.resource.WebJarsResourceResolver this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import org.webjars cannot be resolved\n\tThe type WebJarsResourceResolver must implement the inherited abstract method AbstractResourceResolver.resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain)\n\tThe type WebJarsResourceResolver must implement the inherited abstract method ResourceResolver.resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain)\n\tWebJarAssetLocator cannot be resolved to a type\n\tWebJarAssetLocator cannot be resolved to a type\n\tWebJarAssetLocator cannot be resolved to a type\n\tWebJarAssetLocator cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tWebJarAssetLocator 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.WebJarsResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/WebJarsResourceResolver;

  public void <init>(WebJarAssetLocator);
    descriptor: (LWebJarAssetLocator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.resource.WebJarsResourceResolver this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import org.webjars cannot be resolved\n\tThe type WebJarsResourceResolver must implement the inherited abstract method AbstractResourceResolver.resolveResourceInternal(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain)\n\tThe type WebJarsResourceResolver must implement the inherited abstract method ResourceResolver.resolveResource(HttpServletRequest, String, List<? extends Resource>, ResourceResolverChain)\n\tWebJarAssetLocator cannot be resolved to a type\n\tWebJarAssetLocator cannot be resolved to a type\n\tWebJarAssetLocator cannot be resolved to a type\n\tWebJarAssetLocator cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tWebJarAssetLocator 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.WebJarsResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/WebJarsResourceResolver;
    MethodParameters:
                    Name  Flags
      webJarAssetLocator  

  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.WebJarsResourceResolver this
         0: .line 75
            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.WebJarsResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/WebJarsResourceResolver;
    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        

  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.WebJarsResourceResolver this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.resource.WebJarsResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/WebJarsResourceResolver;
    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            

  protected java.lang.String findWebJarResourcePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.resource.WebJarsResourceResolver this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tWebJarAssetLocator 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.WebJarsResourceResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/resource/WebJarsResourceResolver;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "WebJarsResourceResolver.java"