public class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
  super_class: java.lang.Object
{
  private final org.springframework.boot.actuate.endpoint.web.EndpointMapping endpointMapping;
    descriptor: Lorg/springframework/boot/actuate/endpoint/web/EndpointMapping;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final CorsConfiguration corsConfiguration;
    descriptor: LCorsConfiguration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.Object, org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint> handlers;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;>;

  public void <init>(org.springframework.boot.actuate.endpoint.web.EndpointMapping, java.util.Collection<org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint>, CorsConfiguration);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/EndpointMapping;Ljava/util/Collection;LCorsConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web.cors cannot be resolved\n\tThe import org.springframework.web.reactive.HandlerMapping 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.reactive.result cannot be resolved\n\tThe import org.springframework.web.util cannot be resolved\n\tRequestMappingHandlerMapping cannot be resolved to a type\n\tCorsConfiguration cannot be resolved to a type\n\tCorsConfiguration cannot be resolved to a type\n\tCorsConfiguration cannot be resolved to a type\n\tThe method setOrder(int) is undefined for the type ControllerEndpointHandlerMapping\n\tThe method initHandlerMethods() of type ControllerEndpointHandlerMapping must override or implement a supertype method\n\tThe method forEach(Consumer<? super Object>) in the type Iterable<Object> is not applicable for the arguments (this::detectHandlerMethods)\n\tThe type ControllerEndpointHandlerMapping does not define detectHandlerMethods(Object) that is applicable here\n\tRequestMappingInfo cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tThe method getPathPatternParser() is undefined for the type ControllerEndpointHandlerMapping\n\tPathPattern cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tThe method getPathPatternParser() is undefined for the type ControllerEndpointHandlerMapping\n\tRequestMappingInfo cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tPatternsRequestCondition cannot be resolved to a type\n\tPatternsRequestCondition cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tThe method hasCorsConfigurationSource(Object) of type ControllerEndpointHandlerMapping must override or implement a supertype method\n\tCorsConfiguration cannot be resolved to a type\n\tCorsConfiguration cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tCorsConfiguration 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.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    Signature: (Lorg/springframework/boot/actuate/endpoint/web/EndpointMapping;Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;>;LCorsConfiguration;)V
    MethodParameters:
                   Name  Flags
      endpointMapping    
      endpoints          
      corsConfiguration  

  private java.util.Map<java.lang.Object, org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint> getHandlers(java.util.Collection<org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 71
            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.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    Signature: (Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;>;)Ljava/util/Map<Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;>;
    MethodParameters:
           Name  Flags
      endpoints  

  protected void initHandlerMethods();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method initHandlerMethods() of type ControllerEndpointHandlerMapping must override or implement a supertype method\n\tThe method forEach(Consumer<? super Object>) in the type Iterable<Object> is not applicable for the arguments (this::detectHandlerMethods)\n\tThe type ControllerEndpointHandlerMapping does not define detectHandlerMethods(Object) that is applicable here\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;

  protected void registerHandlerMethod(java.lang.Object, java.lang.reflect.Method, RequestMappingInfo);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;LRequestMappingInfo;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 83
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tRequestMappingInfo 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.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    MethodParameters:
         Name  Flags
      handler  
      method   
      mapping  

  RequestMappingInfo withEndpointMappedPatterns(org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint, RequestMappingInfo);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;LRequestMappingInfo;)LRequestMappingInfo;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRequestMappingInfo cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tThe method getPathPatternParser() is undefined for the type ControllerEndpointHandlerMapping\n\tPathPattern cannot be resolved to a type\n\tPathPattern 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.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    MethodParameters:
          Name  Flags
      endpoint  
      mapping   

  PathPattern getEndpointMappedPattern(org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint, PathPattern);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;LPathPattern;)LPathPattern;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 100
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPathPattern cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tThe method getPathPatternParser() is undefined for the type ControllerEndpointHandlerMapping\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    MethodParameters:
          Name  Flags
      endpoint  
      pattern   

  RequestMappingInfo withNewPatterns(RequestMappingInfo, PathPattern[]);
    descriptor: (LRequestMappingInfo;[LPathPattern;)LRequestMappingInfo;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRequestMappingInfo cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tPathPattern cannot be resolved to a type\n\tPatternsRequestCondition cannot be resolved to a type\n\tPatternsRequestCondition cannot be resolved to a type\n\tRequestMappingInfo 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.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    MethodParameters:
          Name  Flags
      mapping   
      patterns  

  protected boolean hasCorsConfigurationSource(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method hasCorsConfigurationSource(Object) of type ControllerEndpointHandlerMapping must override or implement a supertype method\n\tCorsConfiguration 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.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    MethodParameters:
         Name  Flags
      handler  

  protected CorsConfiguration initCorsConfiguration(java.lang.Object, java.lang.reflect.Method, RequestMappingInfo);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;LRequestMappingInfo;)LCorsConfiguration;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping this
         0: .line 117
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCorsConfiguration cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tCorsConfiguration 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.reactive.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/reactive/ControllerEndpointHandlerMapping;
    MethodParameters:
         Name  Flags
      handler  
      method   
      mapping  
}
SourceFile: "ControllerEndpointHandlerMapping.java"