class org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint extends org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint<org.springframework.boot.actuate.endpoint.Operation> implements org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint
  super_class: org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
{
  private final java.lang.String rootPath;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<?, ?>, , org.springframework.boot.actuate.endpoint.EndpointId, java.lang.String, );
    descriptor: (Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer;Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/EndpointId;Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint this
        start local 1 // org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer discoverer
        start local 2 // java.lang.Object endpointBean
        start local 3 // org.springframework.boot.actuate.endpoint.EndpointId id
        start local 4 // java.lang.String rootPath
        start local 5 // boolean enabledByDefault
         0: .line 38
            aload 0 /* this */
            aload 1 /* discoverer */
            aload 2 /* endpointBean */
            aload 3 /* id */
            iload 5 /* enabledByDefault */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokespecial org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint.<init>:(Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer;Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/EndpointId;ZLjava/util/Collection;)V
         1: .line 39
            aload 0 /* this */
            aload 4 /* rootPath */
            putfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint.rootPath:Ljava/lang/String;
         2: .line 40
            return
        end local 5 // boolean enabledByDefault
        end local 4 // java.lang.String rootPath
        end local 3 // org.springframework.boot.actuate.endpoint.EndpointId id
        end local 2 // java.lang.Object endpointBean
        end local 1 // org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer discoverer
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredControllerEndpoint;
            0    3     1        discoverer  Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer<**>;
            0    3     2      endpointBean  Ljava/lang/Object;
            0    3     3                id  Lorg/springframework/boot/actuate/endpoint/EndpointId;
            0    3     4          rootPath  Ljava/lang/String;
            0    3     5  enabledByDefault  Z
    Signature: (Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer<**>;Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/EndpointId;Ljava/lang/String;Z)V
    MethodParameters:
                  Name  Flags
      discoverer        
      endpointBean      
      id                
      rootPath          
      enabledByDefault  

  public java.lang.Object getController();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint this
         0: .line 44
            aload 0 /* this */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint.getEndpointBean:()Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredControllerEndpoint;

  public java.lang.String getRootPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint this
         0: .line 49
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint.rootPath:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredControllerEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredControllerEndpoint;
}
Signature: Lorg/springframework/boot/actuate/endpoint/annotation/AbstractDiscoveredEndpoint<Lorg/springframework/boot/actuate/endpoint/Operation;>;Lorg/springframework/boot/actuate/endpoint/web/annotation/ExposableControllerEndpoint;
SourceFile: "DiscoveredControllerEndpoint.java"