public class org.springframework.boot.actuate.health.HealthEndpoint extends org.springframework.boot.actuate.health.HealthEndpointSupport<org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthComponent>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.health.HealthEndpoint
  super_class: org.springframework.boot.actuate.health.HealthEndpointSupport
{
  private static final java.lang.String[] EMPTY_PATH;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            iconst_0
            anewarray java.lang.String
            putstatic org.springframework.boot.actuate.health.HealthEndpoint.EMPTY_PATH:[Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.springframework.boot.actuate.health.HealthContributorRegistry, org.springframework.boot.actuate.health.HealthEndpointGroups);
    descriptor: (Lorg/springframework/boot/actuate/health/HealthContributorRegistry;Lorg/springframework/boot/actuate/health/HealthEndpointGroups;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
        start local 1 // org.springframework.boot.actuate.health.HealthContributorRegistry registry
        start local 2 // org.springframework.boot.actuate.health.HealthEndpointGroups groups
         0: .line 50
            aload 0 /* this */
            aload 1 /* registry */
            aload 2 /* groups */
            invokespecial org.springframework.boot.actuate.health.HealthEndpointSupport.<init>:(Lorg/springframework/boot/actuate/health/ContributorRegistry;Lorg/springframework/boot/actuate/health/HealthEndpointGroups;)V
         1: .line 51
            return
        end local 2 // org.springframework.boot.actuate.health.HealthEndpointGroups groups
        end local 1 // org.springframework.boot.actuate.health.HealthContributorRegistry registry
        end local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/boot/actuate/health/HealthEndpoint;
            0    2     1  registry  Lorg/springframework/boot/actuate/health/HealthContributorRegistry;
            0    2     2    groups  Lorg/springframework/boot/actuate/health/HealthEndpointGroups;
    MethodParameters:
          Name  Flags
      registry  
      groups    

  public org.springframework.boot.actuate.health.HealthComponent health();
    descriptor: ()Lorg/springframework/boot/actuate/health/HealthComponent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
         0: .line 55
            aload 0 /* this */
            getstatic org.springframework.boot.actuate.endpoint.http.ApiVersion.V3:Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            getstatic org.springframework.boot.actuate.health.HealthEndpoint.EMPTY_PATH:[Ljava/lang/String;
            invokevirtual org.springframework.boot.actuate.health.HealthEndpoint.health:(Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;[Ljava/lang/String;)Lorg/springframework/boot/actuate/health/HealthComponent;
            astore 1 /* health */
        start local 1 // org.springframework.boot.actuate.health.HealthComponent health
         1: .line 56
            aload 1 /* health */
            ifnull 2
            aload 1 /* health */
            goto 3
      StackMap locals: org.springframework.boot.actuate.health.HealthComponent
      StackMap stack:
         2: getstatic org.springframework.boot.actuate.health.HealthEndpoint.DEFAULT_HEALTH:Lorg/springframework/boot/actuate/health/Health;
      StackMap locals:
      StackMap stack: org.springframework.boot.actuate.health.HealthComponent
         3: areturn
        end local 1 // org.springframework.boot.actuate.health.HealthComponent health
        end local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/boot/actuate/health/HealthEndpoint;
            1    4     1  health  Lorg/springframework/boot/actuate/health/HealthComponent;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()

  public org.springframework.boot.actuate.health.HealthComponent healthForPath(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lorg/springframework/boot/actuate/health/HealthComponent;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
        start local 1 // java.lang.String[] path
         0: .line 61
            aload 0 /* this */
            getstatic org.springframework.boot.actuate.endpoint.http.ApiVersion.V3:Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            aload 1 /* path */
            invokevirtual org.springframework.boot.actuate.health.HealthEndpoint.health:(Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;[Ljava/lang/String;)Lorg/springframework/boot/actuate/health/HealthComponent;
            areturn
        end local 1 // java.lang.String[] path
        end local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/HealthEndpoint;
            0    1     1  path  [Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.boot.actuate.endpoint.annotation.Selector(match = org.springframework.boot.actuate.endpoint.annotation.Selector$Match.ALL_REMAINING:Lorg/springframework/boot/actuate/endpoint/annotation/Selector$Match;)
    MethodParameters:
      Name  Flags
      path  

  private org.springframework.boot.actuate.health.HealthComponent health(org.springframework.boot.actuate.endpoint.http.ApiVersion, java.lang.String[]);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;[Ljava/lang/String;)Lorg/springframework/boot/actuate/health/HealthComponent;
    flags: (0x0082) ACC_PRIVATE, ACC_VARARGS
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
        start local 1 // org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion
        start local 2 // java.lang.String[] path
         0: .line 65
            aload 0 /* this */
            aload 1 /* apiVersion */
            getstatic org.springframework.boot.actuate.endpoint.SecurityContext.NONE:Lorg/springframework/boot/actuate/endpoint/SecurityContext;
            iconst_1
            aload 2 /* path */
            invokevirtual org.springframework.boot.actuate.health.HealthEndpoint.getHealth:(Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Lorg/springframework/boot/actuate/endpoint/SecurityContext;Z[Ljava/lang/String;)Lorg/springframework/boot/actuate/health/HealthEndpointSupport$HealthResult;
            astore 3 /* result */
        start local 3 // org.springframework.boot.actuate.health.HealthEndpointSupport$HealthResult result
         1: .line 66
            aload 3 /* result */
            ifnull 2
            aload 3 /* result */
            invokevirtual org.springframework.boot.actuate.health.HealthEndpointSupport$HealthResult.getHealth:()Ljava/lang/Object;
            checkcast org.springframework.boot.actuate.health.HealthComponent
            goto 3
      StackMap locals: org.springframework.boot.actuate.health.HealthEndpointSupport$HealthResult
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.springframework.boot.actuate.health.HealthComponent
         3: areturn
        end local 3 // org.springframework.boot.actuate.health.HealthEndpointSupport$HealthResult result
        end local 2 // java.lang.String[] path
        end local 1 // org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion
        end local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/boot/actuate/health/HealthEndpoint;
            0    4     1  apiVersion  Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            0    4     2        path  [Ljava/lang/String;
            1    4     3      result  Lorg/springframework/boot/actuate/health/HealthEndpointSupport$HealthResult<Lorg/springframework/boot/actuate/health/HealthComponent;>;
    MethodParameters:
            Name  Flags
      apiVersion  
      path        

  protected org.springframework.boot.actuate.health.HealthComponent getHealth(org.springframework.boot.actuate.health.HealthContributor, boolean);
    descriptor: (Lorg/springframework/boot/actuate/health/HealthContributor;Z)Lorg/springframework/boot/actuate/health/HealthComponent;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
        start local 1 // org.springframework.boot.actuate.health.HealthContributor contributor
        start local 2 // boolean includeDetails
         0: .line 71
            aload 1 /* contributor */
            checkcast org.springframework.boot.actuate.health.HealthIndicator
            iload 2 /* includeDetails */
            invokeinterface org.springframework.boot.actuate.health.HealthIndicator.getHealth:(Z)Lorg/springframework/boot/actuate/health/Health;
            areturn
        end local 2 // boolean includeDetails
        end local 1 // org.springframework.boot.actuate.health.HealthContributor contributor
        end local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/springframework/boot/actuate/health/HealthEndpoint;
            0    1     1     contributor  Lorg/springframework/boot/actuate/health/HealthContributor;
            0    1     2  includeDetails  Z
    MethodParameters:
                Name  Flags
      contributor     
      includeDetails  

  protected org.springframework.boot.actuate.health.HealthComponent aggregateContributions(org.springframework.boot.actuate.endpoint.http.ApiVersion, java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent>, org.springframework.boot.actuate.health.StatusAggregator, boolean, java.util.Set<java.lang.String>);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Ljava/util/Map;Lorg/springframework/boot/actuate/health/StatusAggregator;ZLjava/util/Set;)Lorg/springframework/boot/actuate/health/HealthComponent;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
        start local 1 // org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion
        start local 2 // java.util.Map contributions
        start local 3 // org.springframework.boot.actuate.health.StatusAggregator statusAggregator
        start local 4 // boolean showComponents
        start local 5 // java.util.Set groupNames
         0: .line 77
            aload 0 /* this */
            aload 1 /* apiVersion */
            aload 2 /* contributions */
            aload 3 /* statusAggregator */
            iload 4 /* showComponents */
            aload 5 /* groupNames */
            invokevirtual org.springframework.boot.actuate.health.HealthEndpoint.getCompositeHealth:(Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Ljava/util/Map;Lorg/springframework/boot/actuate/health/StatusAggregator;ZLjava/util/Set;)Lorg/springframework/boot/actuate/health/CompositeHealth;
            areturn
        end local 5 // java.util.Set groupNames
        end local 4 // boolean showComponents
        end local 3 // org.springframework.boot.actuate.health.StatusAggregator statusAggregator
        end local 2 // java.util.Map contributions
        end local 1 // org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion
        end local 0 // org.springframework.boot.actuate.health.HealthEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/springframework/boot/actuate/health/HealthEndpoint;
            0    1     1        apiVersion  Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            0    1     2     contributions  Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;
            0    1     3  statusAggregator  Lorg/springframework/boot/actuate/health/StatusAggregator;
            0    1     4    showComponents  Z
            0    1     5        groupNames  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;Lorg/springframework/boot/actuate/health/StatusAggregator;ZLjava/util/Set<Ljava/lang/String;>;)Lorg/springframework/boot/actuate/health/HealthComponent;
    MethodParameters:
                  Name  Flags
      apiVersion        
      contributions     
      statusAggregator  
      showComponents    
      groupNames        

  protected java.lang.Object aggregateContributions(org.springframework.boot.actuate.endpoint.http.ApiVersion, java.util.Map, org.springframework.boot.actuate.health.StatusAggregator, boolean, java.util.Set);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Ljava/util/Map;Lorg/springframework/boot/actuate/health/StatusAggregator;ZLjava/util/Set;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast java.util.Map
            aload 3
            iload 4
            aload 5
            invokevirtual org.springframework.boot.actuate.health.HealthEndpoint.aggregateContributions:(Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Ljava/util/Map;Lorg/springframework/boot/actuate/health/StatusAggregator;ZLjava/util/Set;)Lorg/springframework/boot/actuate/health/HealthComponent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object getHealth(java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;Z)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.boot.actuate.health.HealthContributor
            iload 2
            invokevirtual org.springframework.boot.actuate.health.HealthEndpoint.getHealth:(Lorg/springframework/boot/actuate/health/HealthContributor;Z)Lorg/springframework/boot/actuate/health/HealthComponent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/springframework/boot/actuate/health/HealthEndpointSupport<Lorg/springframework/boot/actuate/health/HealthContributor;Lorg/springframework/boot/actuate/health/HealthComponent;>;
SourceFile: "HealthEndpoint.java"
InnerClasses:
  public final Match = org.springframework.boot.actuate.endpoint.annotation.Selector$Match of org.springframework.boot.actuate.endpoint.annotation.Selector
  HealthResult = org.springframework.boot.actuate.health.HealthEndpointSupport$HealthResult of org.springframework.boot.actuate.health.HealthEndpointSupport
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.Endpoint(id = "health")