public interface org.springframework.boot.actuate.endpoint.web.WebOperation extends org.springframework.boot.actuate.endpoint.Operation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.endpoint.web.WebOperation
  super_class: java.lang.Object
{
  public abstract java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isBlocking();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate getRequestPredicate();
    descriptor: ()Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "WebOperation.java"