final class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.actuate.health.HealthComponent health;
    descriptor: Lorg/springframework/boot/actuate/health/HealthComponent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe type ReactiveHealthEndpointWebExtension must implement the inherited abstract method HealthEndpointSupport<ReactiveHealthContributor,Mono<? extends HealthComponent>>.aggregateContributions(ApiVersion, Map<String,Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>)\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe method health(ApiVersion, SecurityContext, boolean, String...) from the type ReactiveHealthEndpointWebExtension refers to the missing type Mono\n\tMono cannot be resolved to a type\n\tThe method health(ApiVersion, SecurityContext, boolean, String...) from the type ReactiveHealthEndpointWebExtension refers to the missing type Mono\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe method getHealth(ApiVersion, SecurityContext, boolean, String...) from the type HealthEndpointSupport<ReactiveHealthContributor,Mono<? extends HealthComponent>> refers to the missing type Mono\n\tMono cannot be resolved\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tThe method getHealth(boolean) from the type ReactiveHealthIndicator refers to the missing type Mono\n\tMono cannot be resolved to a type\n\tName clash: The method aggregateContributions(ApiVersion, Map<String,Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) of type ReactiveHealthEndpointWebExtension has the same erasure as aggregateContributions(ApiVersion, Map<String,T>, StatusAggregator, boolean, Set<String>) of type HealthEndpointSupport<C,T> but does not override it\n\tThe method aggregateContributions(ApiVersion, Map<String,Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) of type ReactiveHealthEndpointWebExtension must override or implement a supertype method\n\tMono cannot be resolved to a type\n\tFlux cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/ReactiveHealthEndpointWebExtension$NamedHealthComponent;
    MethodParameters:
      Name  Flags
      pair  

  java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/ReactiveHealthEndpointWebExtension$NamedHealthComponent;

  org.springframework.boot.actuate.health.HealthComponent getHealth();
    descriptor: ()Lorg/springframework/boot/actuate/health/HealthComponent;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/ReactiveHealthEndpointWebExtension$NamedHealthComponent;

  static Mono<org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent> create(java.util.Map$Entry<java.lang.String, Mono<? extends org.springframework.boot.actuate.health.HealthComponent>>);
    descriptor: (Ljava/util/Map$Entry;)LMono;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/util/Map$Entry<Ljava/lang/String;LMono<+Lorg/springframework/boot/actuate/health/HealthComponent;>;>;)LMono<Lorg/springframework/boot/actuate/health/ReactiveHealthEndpointWebExtension$NamedHealthComponent;>;
    MethodParameters:
       Name  Flags
      entry  
}
SourceFile: "ReactiveHealthEndpointWebExtension.java"
NestHost: org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private final NamedHealthComponent = org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension$NamedHealthComponent of org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension