public class org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping extends org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping
  super_class: org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
{
  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.servlet.WebMvcEndpointHandlerMapping this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.http cannot be resolved\n\tThe import javax.servlet.http cannot be resolved\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.servlet cannot be resolved\n\tThe hierarchy of the type WebMvcEndpointHandlerMapping is inconsistent\n\tThe type WebMvcEndpointHandlerMapping 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 WebMvcEndpointHandlerMapping\n\tThe type WebMvcEndpointHandlerMapping.WebMvcLinksHandler must implement the inherited abstract method AbstractWebMvcEndpointHandlerMapping.LinksHandler.links(HttpServletRequest, HttpServletResponse)\n\tResponseBody cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/WebMvcEndpointHandlerMapping;
    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.servlet.AbstractWebMvcEndpointHandlerMapping$LinksHandler getLinksHandler();
    descriptor: ()Lorg/springframework/boot/actuate/endpoint/web/servlet/AbstractWebMvcEndpointHandlerMapping$LinksHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping this
         0: .line 66
            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.servlet.WebMvcEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/WebMvcEndpointHandlerMapping;
}
SourceFile: "WebMvcEndpointHandlerMapping.java"
NestMembers:
  org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$WebMvcLinksHandler
InnerClasses:
  protected abstract LinksHandler = org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$LinksHandler of org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
  WebMvcLinksHandler = org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$WebMvcLinksHandler of org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping