class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler implements org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$LinksHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler
  super_class: java.lang.Object
{
  void <init>(org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/reactive/WebFluxEndpointHandlerMapping;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web.bind cannot be resolved\n\tThe import org.springframework.web.cors cannot be resolved\n\tThe import org.springframework.web.reactive.HandlerMapping cannot be resolved\n\tThe import org.springframework.web.server cannot be resolved\n\tThe import org.springframework.web.util cannot be resolved\n\tThe hierarchy of the type WebFluxEndpointHandlerMapping is inconsistent\n\tThe type WebFluxEndpointHandlerMapping must implement the inherited abstract method InitializingBean.afterPropertiesSet()\n\tCorsConfiguration cannot be resolved to a type\n\tThe method setOrder(int) is undefined for the type WebFluxEndpointHandlerMapping\n\tThe type WebFluxEndpointHandlerMapping.WebFluxLinksHandler must implement the inherited abstract method AbstractWebFluxEndpointHandlerMapping.LinksHandler.links(ServerWebExchange)\n\tResponseBody cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tUriComponentsBuilder cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/WebFluxEndpointHandlerMapping$WebFluxLinksHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Map<java.lang.String, java.util.Map<java.lang.String, org.springframework.boot.actuate.endpoint.web.Link>> links(ServerWebExchange);
    descriptor: (LServerWebExchange;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler this
         0: .line 77
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tResponseBody cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n\tUriComponentsBuilder cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/WebFluxEndpointHandlerMapping$WebFluxLinksHandler;
    Signature: (LServerWebExchange;)Ljava/util/Map<Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/endpoint/web/Link;>;>;
    RuntimeInvisibleAnnotations: 
      ResponseBody()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        ResponseBody()
    MethodParameters:
          Name  Flags
      exchange  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler this
         0: .line 86
            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.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/WebFluxEndpointHandlerMapping$WebFluxLinksHandler;
}
SourceFile: "WebFluxEndpointHandlerMapping.java"
NestHost: org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
InnerClasses:
  protected abstract LinksHandler = org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$LinksHandler of org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
  WebFluxLinksHandler = org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler of org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping