interface org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$HandlerMappingDescriptionProvider<T extends HandlerMapping>
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$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 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import org.springframework.web.method cannot be resolved\n\tThe import org.springframework.web.reactive.DispatcherHandler cannot be resolved\n\tThe import org.springframework.web.reactive.HandlerMapping cannot be resolved\n\tThe import org.springframework.web.reactive.function.server cannot be resolved\n\tThe import org.springframework.web.reactive.function.server cannot be resolved\n\tThe import org.springframework.web.reactive.function.server cannot be resolved\n\tThe import org.springframework.web.reactive.function.server cannot be resolved\n\tThe import org.springframework.web.reactive.function.server cannot be resolved\n\tThe import org.springframework.web.reactive.function.server cannot be resolved\n\tThe import org.springframework.web.reactive.handler cannot be resolved\n\tThe import org.springframework.web.reactive.result cannot be resolved\n\tThe import org.springframework.web.reactive.result cannot be resolved\n\tThe import org.springframework.web.util cannot be resolved\n\tHandlerMapping cannot be resolved to a type\n\tThe method getBeansOfType(Class<DispatcherHandler>) from the type ListableBeanFactory refers to the missing type DispatcherHandler\n\tDispatcherHandler cannot be resolved to a type\n\tDispatcherHandler cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a type\n\tHandlerMapping cannot be resolved to a type\n\tBound mismatch: The type T is not a valid substitute for the bounded parameter <T extends HandlerMapping> of the type DispatcherHandlersMappingDescriptionProvider.HandlerMappingDescriptionProvider<T>\n\tHandlerMapping cannot be resolved to a type\n\tThe type DispatcherHandlersMappingDescriptionProvider.RequestMappingInfoHandlerMappingDescriptionProvider must implement the inherited abstract method DispatcherHandlersMappingDescriptionProvider.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 DispatcherHandlersMappingDescriptionProvider.UrlHandlerMappingDescriptionProvider must implement the inherited abstract method DispatcherHandlersMappingDescriptionProvider.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\tPathPattern cannot be resolved to a type\n\tThe type DispatcherHandlersMappingDescriptionProvider.RouterFunctionMappingDescriptionProvider must implement the inherited abstract method DispatcherHandlersMappingDescriptionProvider.HandlerMappingDescriptionProvider<RouterFunctionMapping>.describe(RouterFunctionMapping)\n\tRouterFunctionMapping cannot be resolved to a type\n\tRouterFunctionMapping cannot be resolved to a type\n\tRouterFunctionMapping cannot be resolved to a type\n\tRouterFunctionMapping cannot be resolved to a type\n\tRouterFunction cannot be resolved to a type\n\tVisitor cannot be resolved to a type\n\tRequestPredicate cannot be resolved to a type\n\tRequestPredicate cannot be resolved to a type\n\tRequestPredicate cannot be resolved to a type\n\tHandlerFunction cannot be resolved to a type\n\tThe method resources(Function<ServerRequest,Mono<Resource>>) of type DispatcherHandlersMappingDescriptionProvider.MappingDescriptionVisitor must override or implement a supertype method\n\tServerRequest cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe method attributes(Map<String,Object>) of type DispatcherHandlersMappingDescriptionProvider.MappingDescriptionVisitor must override or implement a supertype method\n\tRouterFunction 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.reactive.DispatcherHandlerMappingDescription> describe(T);
    descriptor: (LHandlerMapping;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)Ljava/util/List<Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDescription;>;
    MethodParameters:
                Name  Flags
      handlerMapping  
}
Signature: <T:LHandlerMapping;>Ljava/lang/Object;
SourceFile: "DispatcherHandlersMappingDescriptionProvider.java"
NestHost: org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
InnerClasses:
  private abstract HandlerMappingDescriptionProvider = org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$HandlerMappingDescriptionProvider of org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider