public class org.springframework.jdbc.config.SortedResourcesFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<org.springframework.core.io.Resource[]> implements ResourceLoaderAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.jdbc.config.SortedResourcesFactoryBean
  super_class: org.springframework.beans.factory.config.AbstractFactoryBean
{
  private final java.util.List<java.lang.String> locations;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private org.springframework.core.io.support.ResourcePatternResolver resourcePatternResolver;
    descriptor: Lorg/springframework/core/io/support/ResourcePatternResolver;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.jdbc.config.SortedResourcesFactoryBean this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.context cannot be resolved\n\tResourceLoaderAware cannot be resolved to a type\n\tThe method setResourceLoader(ResourceLoader) of type SortedResourcesFactoryBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jdbc.config.SortedResourcesFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/config/SortedResourcesFactoryBean;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
           Name  Flags
      locations  

  public void <init>(org.springframework.core.io.ResourceLoader, java.util.List<java.lang.String>);
    descriptor: (Lorg/springframework/core/io/ResourceLoader;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jdbc.config.SortedResourcesFactoryBean this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.context cannot be resolved\n\tResourceLoaderAware cannot be resolved to a type\n\tThe method setResourceLoader(ResourceLoader) of type SortedResourcesFactoryBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jdbc.config.SortedResourcesFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/config/SortedResourcesFactoryBean;
    Signature: (Lorg/springframework/core/io/ResourceLoader;Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
                Name  Flags
      resourceLoader  
      locations       

  public void setResourceLoader(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.jdbc.config.SortedResourcesFactoryBean this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setResourceLoader(ResourceLoader) of type SortedResourcesFactoryBean must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.jdbc.config.SortedResourcesFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/config/SortedResourcesFactoryBean;
    MethodParameters:
                Name  Flags
      resourceLoader  

  public java.lang.Class<? extends org.springframework.core.io.Resource[]> getObjectType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jdbc.config.SortedResourcesFactoryBean this
         0: .line 67
            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.jdbc.config.SortedResourcesFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/config/SortedResourcesFactoryBean;
    Signature: ()Ljava/lang/Class<+[Lorg/springframework/core/io/Resource;>;

  protected org.springframework.core.io.Resource[] createInstance();
    descriptor: ()[Lorg/springframework/core/io/Resource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.jdbc.config.SortedResourcesFactoryBean this
         0: .line 72
            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.jdbc.config.SortedResourcesFactoryBean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/config/SortedResourcesFactoryBean;
    Exceptions:
      throws java.lang.Exception
}
Signature: Lorg/springframework/beans/factory/config/AbstractFactoryBean<[Lorg/springframework/core/io/Resource;>;LResourceLoaderAware;
SourceFile: "SortedResourcesFactoryBean.java"