public class org.springframework.boot.actuate.ldap.LdapHealthIndicator extends org.springframework.boot.actuate.health.AbstractHealthIndicator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.ldap.LdapHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractHealthIndicator
{
  private static final ContextExecutor<java.lang.String> versionContextExecutor;
    descriptor: LContextExecutor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: LContextExecutor<Ljava/lang/String;>;

  private final LdapOperations ldapOperations;
    descriptor: LLdapOperations;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(LdapOperations);
    descriptor: (LLdapOperations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.ldap.LdapHealthIndicator this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.ldap cannot be resolved\n\tThe import org.springframework.ldap cannot be resolved\n\tContextExecutor cannot be resolved to a type\n\tLdapOperations cannot be resolved to a type\n\tLdapOperations cannot be resolved to a type\n\tLdapOperations cannot be resolved to a type\n\tLdapOperations cannot be resolved to a type\n\tContextExecutor cannot be resolved to a type\n\tContextExecutor cannot be resolved to a type\n\tThe method executeWithContext(DirContext) of type LdapHealthIndicator.VersionContextExecutor must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.ldap.LdapHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/ldap/LdapHealthIndicator;
    MethodParameters:
                Name  Flags
      ldapOperations  

  protected void doHealthCheck(org.springframework.boot.actuate.health.Health$Builder);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.ldap.LdapHealthIndicator this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLdapOperations cannot be resolved to a type\n\tContextExecutor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.ldap.LdapHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/ldap/LdapHealthIndicator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      builder  
}
SourceFile: "LdapHealthIndicator.java"
NestMembers:
  org.springframework.boot.actuate.ldap.LdapHealthIndicator$VersionContextExecutor
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health
  private VersionContextExecutor = org.springframework.boot.actuate.ldap.LdapHealthIndicator$VersionContextExecutor of org.springframework.boot.actuate.ldap.LdapHealthIndicator