public class org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints implements java.lang.Iterable<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
  super_class: java.lang.Object
{
  private final java.lang.String basePath;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<org.springframework.boot.actuate.endpoint.EndpointId, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint> endpoints;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/springframework/boot/actuate/endpoint/EndpointId;Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;>;

  public void <init>(java.lang.String, org.springframework.boot.actuate.endpoint.EndpointsSupplier<?>);
    descriptor: (Ljava/lang/String;Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // java.lang.String basePath
        start local 2 // org.springframework.boot.actuate.endpoint.EndpointsSupplier supplier
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 2 /* supplier */
            ldc "Supplier must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 51
            aload 0 /* this */
            aload 1 /* basePath */
            ifnull 3
            aload 1 /* basePath */
            goto 4
      StackMap locals: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints java.lang.String org.springframework.boot.actuate.endpoint.EndpointsSupplier
      StackMap stack: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
         3: ldc ""
      StackMap locals: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints java.lang.String org.springframework.boot.actuate.endpoint.EndpointsSupplier
      StackMap stack: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints java.lang.String
         4: putfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.basePath:Ljava/lang/String;
         5: .line 52
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* supplier */
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.getEndpoints:(Ljava/util/Collection;)Ljava/util/Map;
            putfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.endpoints:Ljava/util/Map;
         6: .line 53
            return
        end local 2 // org.springframework.boot.actuate.endpoint.EndpointsSupplier supplier
        end local 1 // java.lang.String basePath
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    7     1  basePath  Ljava/lang/String;
            0    7     2  supplier  Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier<*>;
    Signature: (Ljava/lang/String;Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier<*>;)V
    MethodParameters:
          Name  Flags
      basePath  
      supplier  

  public void <init>(java.lang.String, java.util.Collection<org.springframework.boot.actuate.endpoint.EndpointsSupplier<?>>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // java.lang.String basePath
        start local 2 // java.util.Collection suppliers
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 2 /* suppliers */
            ldc "Suppliers must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 62
            aload 0 /* this */
            aload 1 /* basePath */
            ifnull 3
            aload 1 /* basePath */
            goto 4
      StackMap locals: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints java.lang.String java.util.Collection
      StackMap stack: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints
         3: ldc ""
      StackMap locals: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints java.lang.String java.util.Collection
      StackMap stack: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints java.lang.String
         4: putfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.basePath:Ljava/lang/String;
         5: .line 63
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* suppliers */
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.getEndpoints:(Ljava/util/Collection;)Ljava/util/Map;
            putfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.endpoints:Ljava/util/Map;
         6: .line 64
            return
        end local 2 // java.util.Collection suppliers
        end local 1 // java.lang.String basePath
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    7     1   basePath  Ljava/lang/String;
            0    7     2  suppliers  Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier<*>;>;
    Signature: (Ljava/lang/String;Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier<*>;>;)V
    MethodParameters:
           Name  Flags
      basePath   
      suppliers  

  private java.util.Map<org.springframework.boot.actuate.endpoint.EndpointId, org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint> getEndpoints(java.util.Collection<org.springframework.boot.actuate.endpoint.EndpointsSupplier<?>>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // java.util.Collection suppliers
         0: .line 67
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 2 /* endpoints */
        start local 2 // java.util.Map endpoints
         1: .line 68
            aload 1 /* suppliers */
            aload 2 /* endpoints */
            invokedynamic accept(Ljava/util/Map;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/springframework/boot/actuate/endpoint/web/PathMappedEndpoints.lambda$0(Ljava/util/Map;Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier;)V (6)
                  (Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
         2: .line 73
            aload 2 /* endpoints */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            areturn
        end local 2 // java.util.Map endpoints
        end local 1 // java.util.Collection suppliers
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    3     1  suppliers  Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier<*>;>;
            1    3     2  endpoints  Ljava/util/Map<Lorg/springframework/boot/actuate/endpoint/EndpointId;Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;>;
    Signature: (Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier<*>;>;)Ljava/util/Map<Lorg/springframework/boot/actuate/endpoint/EndpointId;Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;>;
    MethodParameters:
           Name  Flags
      suppliers  

  public java.lang.String getBasePath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
         0: .line 81
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.basePath:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;

  public java.lang.String getRootPath(org.springframework.boot.actuate.endpoint.EndpointId);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/EndpointId;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
         0: .line 91
            aload 0 /* this */
            aload 1 /* endpointId */
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.getEndpoint:(Lorg/springframework/boot/actuate/endpoint/EndpointId;)Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;
            astore 2 /* endpoint */
        start local 2 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint endpoint
         1: .line 92
            aload 2 /* endpoint */
            ifnull 2
            aload 2 /* endpoint */
            invokeinterface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint.getRootPath:()Ljava/lang/String;
            goto 3
      StackMap locals: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         3: areturn
        end local 2 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint endpoint
        end local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    4     1  endpointId  Lorg/springframework/boot/actuate/endpoint/EndpointId;
            1    4     2    endpoint  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;
    MethodParameters:
            Name  Flags
      endpointId  

  public java.lang.String getPath(org.springframework.boot.actuate.endpoint.EndpointId);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/EndpointId;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
         0: .line 102
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* endpointId */
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.getEndpoint:(Lorg/springframework/boot/actuate/endpoint/EndpointId;)Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.getPath:(Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;)Ljava/lang/String;
            areturn
        end local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    1     1  endpointId  Lorg/springframework/boot/actuate/endpoint/EndpointId;
    MethodParameters:
            Name  Flags
      endpointId  

  public java.util.Collection<java.lang.String> getAllRootPaths();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
         0: .line 110
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/boot/actuate/endpoint/web/PathMappedEndpoint.getRootPath()Ljava/lang/String; (9 itf)
                  (Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.asList:(Ljava/util/stream/Stream;)Ljava/util/List;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  public java.util.Collection<java.lang.String> getAllPaths();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
         0: .line 118
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.stream:()Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/boot/actuate/endpoint/web/PathMappedEndpoints.getPath(Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;)Ljava/lang/String; (7)
                  (Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokevirtual org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.asList:(Ljava/util/stream/Stream;)Ljava/util/List;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  public org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint getEndpoint(org.springframework.boot.actuate.endpoint.EndpointId);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/EndpointId;)Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
         0: .line 128
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.endpoints:Ljava/util/Map;
            aload 1 /* endpointId */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
            areturn
        end local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    1     1  endpointId  Lorg/springframework/boot/actuate/endpoint/EndpointId;
    MethodParameters:
            Name  Flags
      endpointId  

  public java.util.stream.Stream<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint> stream();
    descriptor: ()Ljava/util/stream/Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
         0: .line 136
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.endpoints:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.stream:()Ljava/util/stream/Stream;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
    Signature: ()Ljava/util/stream/Stream<Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;>;

  public java.util.Iterator<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
         0: .line 141
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.endpoints:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
    Signature: ()Ljava/util/Iterator<Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;>;

  private java.lang.String getPath(org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint endpoint
         0: .line 145
            aload 1 /* endpoint */
            ifnull 1
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints.basePath:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* endpoint */
            invokeinterface org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint.getRootPath:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 1 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint endpoint
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    3     1  endpoint  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;
    MethodParameters:
          Name  Flags
      endpoint  

  private <T> java.util.List<T> asList(java.util.stream.Stream<T>);
    descriptor: (Ljava/util/stream/Stream;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
        start local 1 // java.util.stream.Stream stream
         0: .line 149
            aload 1 /* stream */
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/util/Collections.unmodifiableList(Ljava/util/List;)Ljava/util/List; (6)
                  (Ljava/util/List;)Ljava/util/List;
            invokestatic java.util.stream.Collectors.collectingAndThen:(Ljava/util/stream/Collector;Ljava/util/function/Function;)Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            areturn
        end local 1 // java.util.stream.Stream stream
        end local 0 // org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoints;
            0    1     1  stream  Ljava/util/stream/Stream<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/stream/Stream<TT;>;)Ljava/util/List<TT;>;
    MethodParameters:
        Name  Flags
      stream  

  private static void lambda$0(java.util.Map, org.springframework.boot.actuate.endpoint.EndpointsSupplier);
    descriptor: (Ljava/util/Map;Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // org.springframework.boot.actuate.endpoint.EndpointsSupplier supplier
         0: .line 68
            aload 1 /* supplier */
            invokeinterface org.springframework.boot.actuate.endpoint.EndpointsSupplier.getEndpoints:()Ljava/util/Collection;
            aload 0
            invokedynamic accept(Ljava/util/Map;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/springframework/boot/actuate/endpoint/web/PathMappedEndpoints.lambda$1(Ljava/util/Map;Ljava/lang/Object;)V (6)
                  (Ljava/lang/Object;)V
            invokeinterface java.util.Collection.forEach:(Ljava/util/function/Consumer;)V
         1: .line 72
            return
        end local 1 // org.springframework.boot.actuate.endpoint.EndpointsSupplier supplier
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     1  supplier  Lorg/springframework/boot/actuate/endpoint/EndpointsSupplier<*>;

  private static void lambda$1(java.util.Map, java.lang.Object);
    descriptor: (Ljava/util/Map;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // java.lang.Object endpoint
         0: .line 69
            aload 1 /* endpoint */
            instanceof org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
            ifeq 2
         1: .line 70
            aload 0
            aload 1 /* endpoint */
            checkcast org.springframework.boot.actuate.endpoint.ExposableEndpoint
            checkcast org.springframework.boot.actuate.endpoint.ExposableEndpoint
            invokeinterface org.springframework.boot.actuate.endpoint.ExposableEndpoint.getEndpointId:()Lorg/springframework/boot/actuate/endpoint/EndpointId;
            aload 1 /* endpoint */
            checkcast org.springframework.boot.actuate.endpoint.web.PathMappedEndpoint
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object endpoint
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     1  endpoint  Ljava/lang/Object;
}
Signature: Ljava/lang/Object;Ljava/lang/Iterable<Lorg/springframework/boot/actuate/endpoint/web/PathMappedEndpoint;>;
SourceFile: "PathMappedEndpoints.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles