final class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor
  super_class: java.lang.Object
{
  private final java.util.List<org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDescription> descriptions;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDescription;>;

  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$MappingDescriptionVisitor 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$MappingDescriptionVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor;

  public void startNested(RequestPredicate);
    descriptor: (LRequestPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
         0: .line 166
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRequestPredicate 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$MappingDescriptionVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor;
    MethodParameters:
           Name  Flags
      predicate  

  public void endNested(RequestPredicate);
    descriptor: (LRequestPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
         0: .line 170
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRequestPredicate 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$MappingDescriptionVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor;
    MethodParameters:
           Name  Flags
      predicate  

  public void route(RequestPredicate, HandlerFunction<?>);
    descriptor: (LRequestPredicate;LHandlerFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
         0: .line 174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRequestPredicate cannot be resolved to a type\n\tHandlerFunction 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$MappingDescriptionVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor;
    Signature: (LRequestPredicate;LHandlerFunction<*>;)V
    MethodParameters:
                 Name  Flags
      predicate        
      handlerFunction  

  public void resources(java.util.function.Function<ServerRequest, Mono<org.springframework.core.io.Resource>>);
    descriptor: (Ljava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
         0: .line 182
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor;
    Signature: (Ljava/util/function/Function<LServerRequest;LMono<Lorg/springframework/core/io/Resource;>;>;)V
    MethodParameters:
                Name  Flags
      lookupFunction  

  public void attributes(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method attributes(Map<String,Object>) of type DispatcherHandlersMappingDescriptionProvider.MappingDescriptionVisitor must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
            Name  Flags
      attributes  

  public void unknown(RouterFunction<?>);
    descriptor: (LRouterFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor this
         0: .line 192
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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$MappingDescriptionVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor;
    Signature: (LRouterFunction<*>;)V
    MethodParameters:
                Name  Flags
      routerFunction  
}
SourceFile: "DispatcherHandlersMappingDescriptionProvider.java"
NestHost: org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
InnerClasses:
  private final MappingDescriptionVisitor = org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider$MappingDescriptionVisitor of org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider