public class org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor
  super_class: java.lang.Object
{
  private final java.util.List<org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration> migrations;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;>;

  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$FlywayDescriptor 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$FlywayDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayDescriptor;
    MethodParameters:
            Name  Flags
      migrations  

  public void <init>(java.util.List<org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor this
        start local 1 // java.util.List migrations
         0: .line 124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 125
            aload 0 /* this */
            aload 1 /* migrations */
            putfield org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor.migrations:Ljava/util/List;
         2: .line 126
            return
        end local 1 // java.util.List migrations
        end local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayDescriptor;
            0    3     1  migrations  Ljava/util/List<Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;>;
    Signature: (Ljava/util/List<Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;>;)V
    MethodParameters:
            Name  Flags
      migrations  

  public java.util.List<org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration> getMigrations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor this
         0: .line 129
            aload 0 /* this */
            getfield org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor.migrations:Ljava/util/List;
            areturn
        end local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayDescriptor;
    Signature: ()Ljava/util/List<Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$FlywayMigration;>;
}
SourceFile: "FlywayEndpoint.java"
NestHost: org.springframework.boot.actuate.flyway.FlywayEndpoint
InnerClasses:
  public FlywayDescriptor = org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor of org.springframework.boot.actuate.flyway.FlywayEndpoint
  public final FlywayMigration = org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration of org.springframework.boot.actuate.flyway.FlywayEndpoint