class org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation extends org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation implements org.springframework.boot.actuate.endpoint.web.WebOperation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation
  super_class: org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
{
  private static final boolean REACTIVE_STREAMS_PRESENT;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean blocking;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate requestPredicate;
    descriptor: Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            ldc "org.reactivestreams.Publisher"
         1: .line 46
            ldc Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
         2: .line 45
            invokestatic org.springframework.util.ClassUtils.isPresent:(Ljava/lang/String;Ljava/lang/ClassLoader;)Z
            putstatic org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.REACTIVE_STREAMS_PRESENT:Z
         3: .line 46
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.springframework.boot.actuate.endpoint.EndpointId, org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod, org.springframework.boot.actuate.endpoint.invoke.OperationInvoker, org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/EndpointId;Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;Lorg/springframework/boot/actuate/endpoint/invoke/OperationInvoker;Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
        start local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
        start local 2 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod operationMethod
        start local 3 // org.springframework.boot.actuate.endpoint.invoke.OperationInvoker invoker
        start local 4 // org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate requestPredicate
         0: .line 56
            aload 0 /* this */
            aload 2 /* operationMethod */
            aload 3 /* invoker */
            invokespecial org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation.<init>:(Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;Lorg/springframework/boot/actuate/endpoint/invoke/OperationInvoker;)V
         1: .line 57
            aload 2 /* operationMethod */
            invokevirtual org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod.getMethod:()Ljava/lang/reflect/Method;
            astore 5 /* method */
        start local 5 // java.lang.reflect.Method method
         2: .line 58
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* endpointId */
            aload 5 /* method */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.getId:(Lorg/springframework/boot/actuate/endpoint/EndpointId;Ljava/lang/reflect/Method;)Ljava/lang/String;
            putfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.id:Ljava/lang/String;
         3: .line 59
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* method */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.getBlocking:(Ljava/lang/reflect/Method;)Z
            putfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.blocking:Z
         4: .line 60
            aload 0 /* this */
            aload 4 /* requestPredicate */
            putfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.requestPredicate:Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
         5: .line 61
            return
        end local 5 // java.lang.reflect.Method method
        end local 4 // org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate requestPredicate
        end local 3 // org.springframework.boot.actuate.endpoint.invoke.OperationInvoker invoker
        end local 2 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod operationMethod
        end local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;
            0    6     1        endpointId  Lorg/springframework/boot/actuate/endpoint/EndpointId;
            0    6     2   operationMethod  Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;
            0    6     3           invoker  Lorg/springframework/boot/actuate/endpoint/invoke/OperationInvoker;
            0    6     4  requestPredicate  Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
            2    6     5            method  Ljava/lang/reflect/Method;
    MethodParameters:
                  Name  Flags
      endpointId        
      operationMethod   
      invoker           
      requestPredicate  

  private java.lang.String getId(org.springframework.boot.actuate.endpoint.EndpointId, java.lang.reflect.Method);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/EndpointId;Ljava/lang/reflect/Method;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
        start local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
        start local 2 // java.lang.reflect.Method method
         0: .line 64
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* endpointId */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            aload 2 /* method */
            invokevirtual java.lang.reflect.Method.getParameters:()[Ljava/lang/reflect/Parameter;
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic test(Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  org/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation.hasSelector(Ljava/lang/reflect/Parameter;)Z (7)
                  (Ljava/lang/reflect/Parameter;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic apply(Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation.dashName(Ljava/lang/reflect/Parameter;)Ljava/lang/String; (7)
                  (Ljava/lang/reflect/Parameter;)Ljava/lang/String;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         1: .line 65
            invokestatic java.util.stream.Collectors.joining:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 64
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.reflect.Method method
        end local 1 // org.springframework.boot.actuate.endpoint.EndpointId endpointId
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;
            0    3     1  endpointId  Lorg/springframework/boot/actuate/endpoint/EndpointId;
            0    3     2      method  Ljava/lang/reflect/Method;
    MethodParameters:
            Name  Flags
      endpointId  
      method      

  private boolean hasSelector(java.lang.reflect.Parameter);
    descriptor: (Ljava/lang/reflect/Parameter;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
        start local 1 // java.lang.reflect.Parameter parameter
         0: .line 69
            aload 1 /* parameter */
            ldc Lorg/springframework/boot/actuate/endpoint/annotation/Selector;
            invokevirtual java.lang.reflect.Parameter.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.reflect.Parameter parameter
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;
            0    2     1  parameter  Ljava/lang/reflect/Parameter;
    MethodParameters:
           Name  Flags
      parameter  

  private java.lang.String dashName(java.lang.reflect.Parameter);
    descriptor: (Ljava/lang/reflect/Parameter;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
        start local 1 // java.lang.reflect.Parameter parameter
         0: .line 73
            new java.lang.StringBuilder
            dup
            ldc "-"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* parameter */
            invokevirtual java.lang.reflect.Parameter.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.reflect.Parameter parameter
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;
            0    1     1  parameter  Ljava/lang/reflect/Parameter;
    MethodParameters:
           Name  Flags
      parameter  

  private boolean getBlocking(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
         0: .line 77
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPublisher 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.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;
    MethodParameters:
        Name  Flags
      method  

  public java.lang.String getId();
    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.DiscoveredWebOperation this
         0: .line 82
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.id:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;

  public boolean isBlocking();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
         0: .line 87
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.blocking:Z
            ireturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;

  public org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate getRequestPredicate();
    descriptor: ()Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
         0: .line 92
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.requestPredicate:Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
            areturn
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;

  protected void appendFields(org.springframework.core.style.ToStringCreator);
    descriptor: (Lorg/springframework/core/style/ToStringCreator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
        start local 1 // org.springframework.core.style.ToStringCreator creator
         0: .line 97
            aload 1 /* creator */
            ldc "id"
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.id:Ljava/lang/String;
            invokevirtual org.springframework.core.style.ToStringCreator.append:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/core/style/ToStringCreator;
            ldc "blocking"
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.blocking:Z
            invokevirtual org.springframework.core.style.ToStringCreator.append:(Ljava/lang/String;Z)Lorg/springframework/core/style/ToStringCreator;
            ldc "requestPredicate"
         1: .line 98
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation.requestPredicate:Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
         2: .line 97
            invokevirtual org.springframework.core.style.ToStringCreator.append:(Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/core/style/ToStringCreator;
            pop
         3: .line 99
            return
        end local 1 // org.springframework.core.style.ToStringCreator creator
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.DiscoveredWebOperation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/springframework/boot/actuate/endpoint/web/annotation/DiscoveredWebOperation;
            0    4     1  creator  Lorg/springframework/core/style/ToStringCreator;
    MethodParameters:
         Name  Flags
      creator  
}
SourceFile: "DiscoveredWebOperation.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles