public final class org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration
  super_class: java.lang.Object
{
  private final MigrationType type;
    descriptor: LMigrationType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Integer checksum;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String version;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String script;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final MigrationState state;
    descriptor: LMigrationState;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String installedBy;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.time.Instant installedOn;
    descriptor: Ljava/time/Instant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Integer installedRank;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Integer executionTime;
    descriptor: Ljava/lang/Integer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(MigrationInfo);
    descriptor: (LMigrationInfo;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.flywaydb cannot be resolved\n\tThe import org.flywaydb cannot be resolved\n\tThe import org.flywaydb cannot be resolved\n\tThe import org.flywaydb cannot be resolved\n\tThe method getBeansOfType(Class<Flyway>) from the type ListableBeanFactory refers to the missing type Flyway\n\tFlyway cannot be resolved to a type\n\tMigrationInfo cannot be resolved to a type\n\tMigrationType cannot be resolved to a type\n\tMigrationState cannot be resolved to a type\n\tMigrationInfo cannot be resolved to a type\n\tMigrationType cannot be resolved to a type\n\tMigrationState cannot be resolved to a type\n\tMigrationType cannot be resolved to a type\n\tMigrationType cannot be resolved to a type\n\tMigrationState cannot be resolved to a type\n\tMigrationState cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;
    MethodParameters:
      Name  Flags
      info  

  private java.lang.String nullSafeToString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 172
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;
    MethodParameters:
      Name  Flags
      obj   

  private java.time.Instant nullSafeToInstant(java.util.Date);
    descriptor: (Ljava/util/Date;)Ljava/time/Instant;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 176
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;
    MethodParameters:
      Name  Flags
      date  

  public MigrationType getType();
    descriptor: ()LMigrationType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 180
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMigrationType cannot be resolved to a type\n\tMigrationType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.lang.Integer getChecksum();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 184
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.lang.String getVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 188
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.lang.String getDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 192
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.lang.String getScript();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 196
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public MigrationState getState();
    descriptor: ()LMigrationState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 200
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMigrationState cannot be resolved to a type\n\tMigrationState cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.lang.String getInstalledBy();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 204
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.time.Instant getInstalledOn();
    descriptor: ()Ljava/time/Instant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 208
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.lang.Integer getInstalledRank();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 212
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;

  public java.lang.Integer getExecutionTime();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
         0: .line 216
            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.boot.actuate.flyway.FlywayEndpoint$FlywayMigration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;
}
SourceFile: "FlywayEndpoint.java"
NestHost: org.springframework.boot.actuate.flyway.FlywayEndpoint
InnerClasses:
  public final FlywayMigration = org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration of org.springframework.boot.actuate.flyway.FlywayEndpoint