public class org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
  super_class: java.lang.Object
{
  protected static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private org.springframework.core.io.ResourceLoader resourceLoader;
    descriptor: Lorg/springframework/core/io/ResourceLoader;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.quartz cannot be resolved\n\tClassLoadHelper cannot be resolved to a type\n\tThe method initialize() of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method loadClass(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method loadClass(String, Class<T>) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method getResource(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method getResourceAsStream(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method getClassLoader() of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;

  public void <init>(org.springframework.core.io.ResourceLoader);
    descriptor: (Lorg/springframework/core/io/ResourceLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.quartz cannot be resolved\n\tClassLoadHelper cannot be resolved to a type\n\tThe method initialize() of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method loadClass(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method loadClass(String, Class<T>) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method getResource(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method getResourceAsStream(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n\tThe method getClassLoader() of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
                Name  Flags
      resourceLoader  

  public void initialize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method initialize() of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;

  public java.lang.Class<?> loadClass(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method loadClass(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/String;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      name  

  public <T> java.lang.Class<? extends T> loadClass(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 86
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method loadClass(String, Class<T>) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)Ljava/lang/Class<+TT;>;
    MethodParameters:
       Name  Flags
      name   
      clazz  

  public java.net.URL getResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getResource(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      name  

  public java.io.InputStream getResourceAsStream(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getResourceAsStream(String) of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      name  

  public java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getClassLoader() of type ResourceLoaderClassLoadHelper must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/ResourceLoaderClassLoadHelper;
}
SourceFile: "ResourceLoaderClassLoadHelper.java"