final class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider implements org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$HandlerMappingDescriptionProvider<RequestMappingInfoHandlerMapping>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
         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
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider;

  public java.lang.Class<RequestMappingInfoHandlerMapping> getMappingClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRequestMappingInfoHandlerMapping cannot be resolved to a type\n\tRequestMappingInfoHandlerMapping cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider;
    Signature: ()Ljava/lang/Class<LRequestMappingInfoHandlerMapping;>;

  public java.util.List<org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription> describe(RequestMappingInfoHandlerMapping);
    descriptor: (LRequestMappingInfoHandlerMapping;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider;
    Signature: (LRequestMappingInfoHandlerMapping;)Ljava/util/List<Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDescription;>;
    MethodParameters:
                Name  Flags
      handlerMapping  

  private org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription describe(java.util.Map$Entry<RequestMappingInfo, HandlerMethod>);
    descriptor: (Ljava/util/Map$Entry;)Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDescription;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRequestMappingInfo cannot be resolved to a type\n\tHandlerMethod cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider;
    Signature: (Ljava/util/Map$Entry<LRequestMappingInfo;LHandlerMethod;>;)Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDescription;
    MethodParameters:
         Name  Flags
      mapping  
}
Signature: Ljava/lang/Object;Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$HandlerMappingDescriptionProvider<LRequestMappingInfoHandlerMapping;>;
SourceFile: "DispatcherHandlersMappingDescriptionProvider.java"
NestHost: org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private final RequestMappingInfoHandlerMappingDescriptionProvider = org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$RequestMappingInfoHandlerMappingDescriptionProvider of org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider