public class org.springframework.scheduling.quartz.SpringBeanJobFactory extends org.springframework.scheduling.quartz.AdaptableJobFactory implements org.springframework.context.ApplicationContextAware, org.springframework.scheduling.quartz.SchedulerContextAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scheduling.quartz.SpringBeanJobFactory
  super_class: org.springframework.scheduling.quartz.AdaptableJobFactory
{
  private java.lang.String[] ignoredUnknownProperties;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private org.springframework.context.ApplicationContext applicationContext;
    descriptor: Lorg/springframework/context/ApplicationContext;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private SchedulerContext schedulerContext;
    descriptor: LSchedulerContext;
    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.SpringBeanJobFactory this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tThe hierarchy of the type SpringBeanJobFactory is inconsistent\n\tThe type SpringBeanJobFactory must implement the inherited abstract method SchedulerContextAware.setSchedulerContext(SchedulerContext)\n\tSchedulerContext cannot be resolved to a type\n\tSchedulerContext cannot be resolved to a type\n\tSchedulerContext cannot be resolved to a type\n\tTriggerFiredBundle cannot be resolved to a type\n\tSchedulerContext cannot be resolved to a type\n\tSchedulerContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/SpringBeanJobFactory;

  public void setIgnoredUnknownProperties(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
         0: .line 68
            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.scheduling.quartz.SpringBeanJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/SpringBeanJobFactory;
    MethodParameters:
                          Name  Flags
      ignoredUnknownProperties  

  public void setApplicationContext(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
         0: .line 73
            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.scheduling.quartz.SpringBeanJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/SpringBeanJobFactory;
    MethodParameters:
                    Name  Flags
      applicationContext  

  public void setSchedulerContext(SchedulerContext);
    descriptor: (LSchedulerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSchedulerContext cannot be resolved to a type\n\tSchedulerContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/SpringBeanJobFactory;
    MethodParameters:
                  Name  Flags
      schedulerContext  

  protected java.lang.Object createJobInstance(TriggerFiredBundle);
    descriptor: (LTriggerFiredBundle;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTriggerFiredBundle cannot be resolved to a type\n\tSchedulerContext cannot be resolved to a type\n\tSchedulerContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/SpringBeanJobFactory;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      bundle  

  protected boolean isEligibleForPropertyPopulation(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scheduling.quartz.SpringBeanJobFactory this
         0: .line 126
            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.scheduling.quartz.SpringBeanJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/SpringBeanJobFactory;
    MethodParameters:
           Name  Flags
      jobObject  
}
SourceFile: "SpringBeanJobFactory.java"