class org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebEndpoint extends org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint<org.springframework.boot.actuate.endpoint.web.WebOperation> implements org.springframework.boot.actuate.endpoint.web.ExposableWebEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebEndpoint
  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, boolean, java.util.Collection<org.springframework.boot.actuate.endpoint.web.WebOperation>);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer;Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/EndpointId;Ljava/lang/String;ZLjava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebEndpoint 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
        start local 6 // java.util.Collection operations
         0: .line 38
            aload 0 /* this */
            aload 1 /* discoverer */
            aload 2 /* endpointBean */
            aload 3 /* id */
            iload 5 /* enabledByDefault */
            aload 6 /* operations */
            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.DiscoveredWebEndpoint.rootPath:Ljava/lang/String;
         2: .line 40
            return
        end local 6 // java.util.Collection operations
        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.DiscoveredWebEndpoint this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebEndpoint;
            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
            0    3     6        operations  Ljava/util/Collection<Lorg/springframework/boot/actuate/endpoint/web/WebOperation;>;
    Signature: (Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer<**>;Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/EndpointId;Ljava/lang/String;ZLjava/util/Collection<Lorg/springframework/boot/actuate/endpoint/web/WebOperation;>;)V
    MethodParameters:
                  Name  Flags
      discoverer        
      endpointBean      
      id                
      rootPath          
      enabledByDefault  
      operations        

  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.DiscoveredWebEndpoint this
         0: .line 44
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebEndpoint.rootPath:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebEndpoint;
}
Signature: Lorg/springframework/boot/actuate/endpoint/annotation/AbstractDiscoveredEndpoint<Lorg/springframework/boot/actuate/endpoint/web/WebOperation;>;Lorg/springframework/boot/actuate/endpoint/web/ExposableWebEndpoint;
SourceFile: "DiscoveredWebEndpoint.java"