public class org.springframework.boot.actuate.flyway.FlywayEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.flyway.FlywayEndpoint
  super_class: java.lang.Object
{
  private final org.springframework.context.ApplicationContext context;
    descriptor: Lorg/springframework/context/ApplicationContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint this
        start local 1 // org.springframework.context.ApplicationContext context
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* context */
            putfield org.springframework.boot.actuate.flyway.FlywayEndpoint.context:Lorg/springframework/context/ApplicationContext;
         2: .line 52
            return
        end local 1 // org.springframework.context.ApplicationContext context
        end local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint;
            0    3     1  context  Lorg/springframework/context/ApplicationContext;
    MethodParameters:
         Name  Flags
      context  

  public org.springframework.boot.actuate.flyway.FlywayEndpoint$ApplicationFlywayBeans flywayBeans();
    descriptor: ()Lorg/springframework/boot/actuate/flyway/FlywayEndpoint$ApplicationFlywayBeans;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.flyway.FlywayEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/flyway/FlywayEndpoint;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()
}
SourceFile: "FlywayEndpoint.java"
NestMembers:
  org.springframework.boot.actuate.flyway.FlywayEndpoint$ApplicationFlywayBeans  org.springframework.boot.actuate.flyway.FlywayEndpoint$ContextFlywayBeans  org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayDescriptor  org.springframework.boot.actuate.flyway.FlywayEndpoint$FlywayMigration
InnerClasses:
  public final ApplicationFlywayBeans = org.springframework.boot.actuate.flyway.FlywayEndpoint$ApplicationFlywayBeans of org.springframework.boot.actuate.flyway.FlywayEndpoint
  public final ContextFlywayBeans = org.springframework.boot.actuate.flyway.FlywayEndpoint$ContextFlywayBeans of org.springframework.boot.actuate.flyway.FlywayEndpoint
  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
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.Endpoint(id = "flyway")