class org.springframework.boot.actuate.health.CompositeHealthContributorMapAdapter<V> extends org.springframework.boot.actuate.health.NamedContributorsMapAdapter<V, org.springframework.boot.actuate.health.HealthContributor> implements org.springframework.boot.actuate.health.CompositeHealthContributor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.health.CompositeHealthContributorMapAdapter
  super_class: org.springframework.boot.actuate.health.NamedContributorsMapAdapter
{
  void <init>(java.util.Map<java.lang.String, V>, java.util.function.Function<V, ? extends org.springframework.boot.actuate.health.HealthContributor>);
    descriptor: (Ljava/util/Map;Ljava/util/function/Function;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.health.CompositeHealthContributorMapAdapter this
        start local 1 // java.util.Map map
        start local 2 // java.util.function.Function valueAdapter
         0: .line 32
            aload 0 /* this */
            aload 1 /* map */
            aload 2 /* valueAdapter */
            invokespecial org.springframework.boot.actuate.health.NamedContributorsMapAdapter.<init>:(Ljava/util/Map;Ljava/util/function/Function;)V
         1: .line 33
            return
        end local 2 // java.util.function.Function valueAdapter
        end local 1 // java.util.Map map
        end local 0 // org.springframework.boot.actuate.health.CompositeHealthContributorMapAdapter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/boot/actuate/health/CompositeHealthContributorMapAdapter<TV;>;
            0    2     1           map  Ljava/util/Map<Ljava/lang/String;TV;>;
            0    2     2  valueAdapter  Ljava/util/function/Function<TV;+Lorg/springframework/boot/actuate/health/HealthContributor;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;TV;>;Ljava/util/function/Function<TV;+Lorg/springframework/boot/actuate/health/HealthContributor;>;)V
    MethodParameters:
              Name  Flags
      map           
      valueAdapter  
}
Signature: <V:Ljava/lang/Object;>Lorg/springframework/boot/actuate/health/NamedContributorsMapAdapter<TV;Lorg/springframework/boot/actuate/health/HealthContributor;>;Lorg/springframework/boot/actuate/health/CompositeHealthContributor;
SourceFile: "CompositeHealthContributorMapAdapter.java"