final class org.springframework.boot.actuate.redis.RedisHealth
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.redis.RedisHealth
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.redis.RedisHealth this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            return
        end local 0 // org.springframework.boot.actuate.redis.RedisHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/actuate/redis/RedisHealth;

  static org.springframework.boot.actuate.health.Health$Builder up(org.springframework.boot.actuate.health.Health$Builder, java.util.Properties);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;Ljava/util/Properties;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.Health$Builder builder
        start local 1 // java.util.Properties info
         0: .line 37
            aload 0 /* builder */
            ldc "version"
            aload 1 /* info */
            ldc "redis_version"
            invokevirtual java.util.Properties.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual org.springframework.boot.actuate.health.Health$Builder.withDetail:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/boot/actuate/health/Health$Builder;
            pop
         1: .line 38
            aload 0 /* builder */
            invokevirtual org.springframework.boot.actuate.health.Health$Builder.up:()Lorg/springframework/boot/actuate/health/Health$Builder;
            areturn
        end local 1 // java.util.Properties info
        end local 0 // org.springframework.boot.actuate.health.Health$Builder builder
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  builder  Lorg/springframework/boot/actuate/health/Health$Builder;
            0    2     1     info  Ljava/util/Properties;
    MethodParameters:
         Name  Flags
      builder  
      info     

  static org.springframework.boot.actuate.health.Health$Builder up(org.springframework.boot.actuate.health.Health$Builder, ClusterInfo);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;LClusterInfo;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tClusterInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
             Name  Flags
      builder      
      clusterInfo  
}
SourceFile: "RedisHealth.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health