public class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.servlet.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.servlet.ControllerEndpointHandlerMapping this
         0: .line 32
            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.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\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 setUseSuffixPatternMatch(boolean) 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\tRequestMappingInfo cannot be resolved to a type\n\tRequestMappingInfo cannot be resolved to a type\n\tPatternsRequestCondition cannot be resolved to a type\n\tPatternsRequestCondition cannot be resolved to a type\n\tThe method useSuffixPatternMatch() is undefined for the type ControllerEndpointHandlerMapping\n\tThe method useTrailingSlashMatch() is undefined for the type ControllerEndpointHandlerMapping\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\tThe method extendInterceptors(List<Object>) of type ControllerEndpointHandlerMapping 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.endpoint.web.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/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.servlet.ControllerEndpointHandlerMapping this
         0: .line 73
            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.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/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.servlet.ControllerEndpointHandlerMapping this
         0: .line 80
            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.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/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.servlet.ControllerEndpointHandlerMapping this
         0: .line 85
            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.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/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.servlet.ControllerEndpointHandlerMapping this
         0: .line 91
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/ControllerEndpointHandlerMapping;
    MethodParameters:
          Name  Flags
      endpoint  
      mapping   

  private java.lang.String getEndpointMappedPattern(org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint, java.lang.String);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping this
         0: .line 102
            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.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/ControllerEndpointHandlerMapping;
    MethodParameters:
          Name  Flags
      endpoint  
      pattern   

  RequestMappingInfo withNewPatterns(RequestMappingInfo, java.lang.String[]);
    descriptor: (LRequestMappingInfo;[Ljava/lang/String;)LRequestMappingInfo;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping this
         0: .line 107
            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\tPatternsRequestCondition cannot be resolved to a type\n\tPatternsRequestCondition cannot be resolved to a type\n\tThe method useSuffixPatternMatch() is undefined for the type ControllerEndpointHandlerMapping\n\tThe method useTrailingSlashMatch() is undefined for the type ControllerEndpointHandlerMapping\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.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/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.servlet.ControllerEndpointHandlerMapping this
         0: .line 116
            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.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/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.servlet.ControllerEndpointHandlerMapping this
         0: .line 121
            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.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/ControllerEndpointHandlerMapping;
    MethodParameters:
         Name  Flags
      handler  
      method   
      mapping  

  protected void extendInterceptors(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping this
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method extendInterceptors(List<Object>) of type ControllerEndpointHandlerMapping 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.endpoint.web.servlet.ControllerEndpointHandlerMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/servlet/ControllerEndpointHandlerMapping;
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)V
    MethodParameters:
              Name  Flags
      interceptors  
}
SourceFile: "ControllerEndpointHandlerMapping.java"