class org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader extends org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$ApplicationContextResourceLoader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader
  super_class: org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$ApplicationContextResourceLoader
{
  private final WebApplicationContext applicationContext;
    descriptor: LWebApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.util.function.Supplier<java.util.Collection<org.springframework.core.io.ProtocolResolver>>, WebApplicationContext);
    descriptor: (Ljava/util/function/Supplier;LWebApplicationContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tWebApplicationContext cannot be resolved to a type\n\tThe constructor ClassLoaderFilesResourcePatternResolver.WebApplicationContextResourceLoader(Supplier<Collection<ProtocolResolver>>, WebApplicationContext) refers to the missing type WebApplicationContext\n\tWebApplicationContext cannot be resolved to a type\n\tServletContextResourcePatternResolver cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tServletContextResource cannot be resolved to a type\n\tServletContextResource cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/restart/ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader;
    Signature: (Ljava/util/function/Supplier<Ljava/util/Collection<Lorg/springframework/core/io/ProtocolResolver;>;>;LWebApplicationContext;)V
    MethodParameters:
                    Name  Flags
      protocolResolvers   
      applicationContext  

  protected org.springframework.core.io.Resource getResourceByPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/core/io/Resource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader this
         0: .line 268
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tWebApplicationContext cannot be resolved to a type\n\tServletContextResource cannot be resolved to a type\n\tServletContextResource cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/restart/ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader;
    MethodParameters:
      Name  Flags
      path  
}
SourceFile: "ClassLoaderFilesResourcePatternResolver.java"
NestHost: org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver
InnerClasses:
  private ApplicationContextResourceLoader = org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$ApplicationContextResourceLoader of org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver
  private WebApplicationContextResourceLoader = org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver$WebApplicationContextResourceLoader of org.springframework.boot.devtools.restart.ClassLoaderFilesResourcePatternResolver