public class org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping extends org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping implements org.springframework.beans.factory.InitializingBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
  super_class: org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
{
  private final org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver linksResolver;
    descriptor: Lorg/springframework/boot/actuate/endpoint/web/EndpointLinksResolver;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.boot.actuate.endpoint.web.EndpointMapping, java.util.Collection<org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint>, org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes, CorsConfiguration, org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver, );
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/EndpointMapping;Ljava/util/Collection;Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;LCorsConfiguration;Lorg/springframework/boot/actuate/endpoint/web/EndpointLinksResolver;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/WebFluxEndpointHandlerMapping;
    Signature: (Lorg/springframework/boot/actuate/endpoint/web/EndpointMapping;Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/web/ExposableWebEndpoint;>;Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;LCorsConfiguration;Lorg/springframework/boot/actuate/endpoint/web/EndpointLinksResolver;Z)V
    MethodParameters:
                            Name  Flags
      endpointMapping             
      endpoints                   
      endpointMediaTypes          
      corsConfiguration           
      linksResolver               
      shouldRegisterLinksMapping  

  protected org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping$LinksHandler getLinksHandler();
    descriptor: ()Lorg/springframework/boot/actuate/endpoint/web/reactive/AbstractWebFluxEndpointHandlerMapping$LinksHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping this
         0: .line 67
            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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/WebFluxEndpointHandlerMapping;
}
SourceFile: "WebFluxEndpointHandlerMapping.java"
NestMembers:
  org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping$WebFluxLinksHandler
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