interface org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$HandlerMappingDescriptionProvider<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$HandlerMappingDescriptionProvider
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type javax.servlet.Servlet cannot be resolved. It is indirectly referenced from required .class files\n\tThe import javax.servlet.Servlet cannot be resolved\n\tThe import org.springframework.web.context.WebApplicationContext cannot be resolved\n\tThe import org.springframework.web.method cannot be resolved\n\tThe import org.springframework.web.servlet cannot be resolved\n\tThe import org.springframework.web.servlet cannot be resolved\n\tThe import org.springframework.web.servlet cannot be resolved\n\tThe import org.springframework.web.servlet cannot be resolved\n\tThe import org.springframework.web.servlet cannot be resolved\n\tWebApplicationContext cannot be resolved to a type\n\tThe method describeMappings(ApplicationContext) in the type DispatcherServletsMappingDescriptionProvider is not applicable for the arguments (WebApplicationContext)\n\tWebApplicationContext cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tWebApplicationContext cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tDispatcherServlet cannot be resolved to a type\n\tThe method getHandlerMappings() from the type DispatcherServletHandlerMappings refers to the missing type HandlerMapping\n\tThe type DispatcherServletsMappingDescriptionProvider.RequestMappingInfoHandlerMappingDescriptionProvider must implement the inherited abstract method DispatcherServletsMappingDescriptionProvider.HandlerMappingDescriptionProvider<RequestMappingInfoHandlerMapping>.describe(RequestMappingInfoHandlerMapping)\n\tRequestMappingInfoHandlerMapping cannot be resolved to a type\n\tRequestMappingInfoHandlerMapping cannot be resolved to a type\n\tRequestMappingInfoHandlerMapping cannot be resolved to a type\n\tRequestMappingInfoHandlerMapping cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tHandlerMethod cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tHandlerMethod cannot be resolved to a type\n\tThe type DispatcherServletsMappingDescriptionProvider.UrlHandlerMappingDescriptionProvider must implement the inherited abstract method DispatcherServletsMappingDescriptionProvider.HandlerMappingDescriptionProvider<AbstractUrlHandlerMapping>.describe(AbstractUrlHandlerMapping)\n\tAbstractUrlHandlerMapping cannot be resolved to a type\n\tAbstractUrlHandlerMapping cannot be resolved to a type\n\tAbstractUrlHandlerMapping cannot be resolved to a type\n\tAbstractUrlHandlerMapping cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.Class<T> getMappingClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<TT;>;

  public abstract java.util.List<org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDescription> describe(T);
    descriptor: (Ljava/lang/Object;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)Ljava/util/List<Lorg/springframework/boot/actuate/web/mappings/servlet/DispatcherServletMappingDescription;>;
    MethodParameters:
                Name  Flags
      handlerMapping  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "DispatcherServletsMappingDescriptionProvider.java"
NestHost: org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
InnerClasses:
  private abstract HandlerMappingDescriptionProvider = org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider$HandlerMappingDescriptionProvider of org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider