public class org.springframework.scheduling.quartz.AdaptableJobFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scheduling.quartz.AdaptableJobFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scheduling.quartz.AdaptableJobFactory 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 import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tThe import org.quartz cannot be resolved\n\tJobFactory cannot be resolved to a type\n\tJob cannot be resolved to a type\n\tTriggerFiredBundle cannot be resolved to a type\n\tScheduler cannot be resolved to a type\n\tSchedulerException cannot be resolved to a type\n\tThe method adaptJob(Object) from the type AdaptableJobFactory refers to the missing type Job\n\tSchedulerException cannot be resolved to a type\n\tTriggerFiredBundle cannot be resolved to a type\n\tJob cannot be resolved to a type\n\tJob cannot be resolved to a type\n\tJob cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.AdaptableJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/AdaptableJobFactory;

  public Job newJob(TriggerFiredBundle, Scheduler);
    descriptor: (LTriggerFiredBundle;LScheduler;)LJob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.scheduling.quartz.AdaptableJobFactory this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJob cannot be resolved to a type\n\tTriggerFiredBundle cannot be resolved to a type\n\tScheduler cannot be resolved to a type\n\tSchedulerException cannot be resolved to a type\n\tThe method adaptJob(Object) from the type AdaptableJobFactory refers to the missing type Job\n\tSchedulerException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.AdaptableJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/AdaptableJobFactory;
    Exceptions:
      throws SchedulerException
    MethodParameters:
           Name  Flags
      bundle     
      scheduler  

  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.AdaptableJobFactory this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTriggerFiredBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scheduling.quartz.AdaptableJobFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scheduling/quartz/AdaptableJobFactory;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      bundle  

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