public final class org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport
  super_class: java.lang.Object
{
  private final java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> cron;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;

  private final java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> fixedDelay;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;

  private final java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> fixedRate;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;

  private final java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> custom;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;

  private void <init>(java.util.Map<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskType, java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription>>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
        start local 1 // java.util.Map descriptionsByType
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* descriptionsByType */
            getstatic org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskType.CRON:Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskType;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokeinterface java.util.Map.getOrDefault:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            putfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.cron:Ljava/util/List;
         2: .line 85
            aload 0 /* this */
            aload 1 /* descriptionsByType */
            getstatic org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskType.FIXED_DELAY:Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskType;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokeinterface java.util.Map.getOrDefault:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            putfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.fixedDelay:Ljava/util/List;
         3: .line 86
            aload 0 /* this */
            aload 1 /* descriptionsByType */
            getstatic org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskType.FIXED_RATE:Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskType;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokeinterface java.util.Map.getOrDefault:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            putfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.fixedRate:Ljava/util/List;
         4: .line 87
            aload 0 /* this */
            aload 1 /* descriptionsByType */
            getstatic org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskType.CUSTOM_TRIGGER:Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskType;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokeinterface java.util.Map.getOrDefault:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            putfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.custom:Ljava/util/List;
         5: .line 88
            return
        end local 1 // java.util.Map descriptionsByType
        end local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$ScheduledTasksReport;
            0    6     1  descriptionsByType  Ljava/util/Map<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskType;Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;>;
    Signature: (Ljava/util/Map<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskType;Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;>;)V
    MethodParameters:
                    Name  Flags
      descriptionsByType  

  public java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> getCron();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
         0: .line 91
            aload 0 /* this */
            getfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.cron:Ljava/util/List;
            areturn
        end local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$ScheduledTasksReport;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;

  public java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> getFixedDelay();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
         0: .line 95
            aload 0 /* this */
            getfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.fixedDelay:Ljava/util/List;
            areturn
        end local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$ScheduledTasksReport;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;

  public java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> getFixedRate();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
         0: .line 99
            aload 0 /* this */
            getfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.fixedRate:Ljava/util/List;
            areturn
        end local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$ScheduledTasksReport;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;

  public java.util.List<org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription> getCustom();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
         0: .line 103
            aload 0 /* this */
            getfield org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport.custom:Ljava/util/List;
            areturn
        end local 0 // org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$ScheduledTasksReport;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/actuate/scheduling/ScheduledTasksEndpoint$TaskDescription;>;
}
SourceFile: "ScheduledTasksEndpoint.java"
NestHost: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
InnerClasses:
  public final ScheduledTasksReport = org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$ScheduledTasksReport of org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
  public abstract TaskDescription = org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskDescription of org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint
  private final TaskType = org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint$TaskType of org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint