public class org.springframework.boot.actuate.redis.RedisHealthIndicator 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.redis.RedisHealthIndicator
super_class: org.springframework.boot.actuate.health.AbstractHealthIndicator
{
private static final java.lang.String REDIS_VERSION_PROPERTY;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: "redis_version"
private final RedisConnectionFactory redisConnectionFactory;
descriptor: LRedisConnectionFactory;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(RedisConnectionFactory);
descriptor: (LRedisConnectionFactory;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.springframework.data cannot be resolved\n\tThe import org.springframework.data cannot be resolved\n\tThe import org.springframework.data cannot be resolved\n\tThe import org.springframework.data cannot be resolved\n\tThe import org.springframework.data cannot be resolved\n\tRedisConnectionFactory cannot be resolved to a type\n\tRedisConnectionFactory cannot be resolved to a type\n\tRedisConnectionFactory cannot be resolved to a type\n\tRedisConnection cannot be resolved to a type\n\tRedisConnectionUtils cannot be resolved\n\tRedisConnectionFactory cannot be resolved to a type\n\tRedisConnectionUtils cannot be resolved\n\tRedisConnectionFactory cannot be resolved to a type\n\tRedisConnection cannot be resolved to a type\n\tRedisClusterConnection cannot be resolved to a type\n\tClusterInfo cannot be resolved to a type\n\tRedisClusterConnection cannot be resolved to a type\n\tRedisClusterConnection cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/actuate/redis/RedisHealthIndicator;
MethodParameters:
Name Flags
connectionFactory
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 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tRedisConnection cannot be resolved to a type\n\tRedisConnectionUtils cannot be resolved\n\tRedisConnectionFactory cannot be resolved to a type\n\tRedisConnectionUtils cannot be resolved\n\tRedisConnectionFactory cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/actuate/redis/RedisHealthIndicator;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
builder
void doHealthCheck(org.springframework.boot.actuate.health.Health$Builder, RedisConnection);
descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;LRedisConnection;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tRedisConnection cannot be resolved to a type\n\tRedisClusterConnection cannot be resolved to a type\n\tClusterInfo cannot be resolved to a type\n\tRedisClusterConnection cannot be resolved to a type\n\tRedisClusterConnection cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/actuate/redis/RedisHealthIndicator;
MethodParameters:
Name Flags
builder
connection
}
SourceFile: "RedisHealthIndicator.java"
InnerClasses:
public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health