class org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory
  super_class: java.lang.Object
{
  private final org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes;
    descriptor: Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 1 /* endpointMediaTypes */
            ldc "EndpointMediaTypes must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 51
            aload 0 /* this */
            aload 1 /* endpointMediaTypes */
            putfield org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.endpointMediaTypes:Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;
         3: .line 52
            return
        end local 1 // org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    4     0                this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0    4     1  endpointMediaTypes  Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;
    MethodParameters:
                    Name  Flags
      endpointMediaTypes  

  org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate getRequestPredicate(java.lang.String, org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod);
    descriptor: (Ljava/lang/String;Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;)Lorg/springframework/boot/actuate/endpoint/web/WebOperationRequestPredicate;
    flags: (0x0000) 
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // java.lang.String rootPath
        start local 2 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod operationMethod
         0: .line 55
            aload 2 /* operationMethod */
            invokevirtual org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod.getMethod:()Ljava/lang/reflect/Method;
            astore 3 /* method */
        start local 3 // java.lang.reflect.Method method
         1: .line 56
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getParameters:()[Ljava/lang/reflect/Parameter;
            invokestatic java.util.Arrays.stream:([Ljava/lang/Object;)Ljava/util/stream/Stream;
            aload 0 /* this */
            invokedynamic test(Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;)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/RequestPredicateFactory.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;
         2: .line 57
            invokedynamic apply()Ljava/util/function/IntFunction;
              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:
                  (I)Ljava/lang/Object;
                  org/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory.lambda$1(I)[Ljava/lang/reflect/Parameter; (6)
                  (I)[Ljava/lang/reflect/Parameter;
            invokeinterface java.util.stream.Stream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
            checkcast java.lang.reflect.Parameter[]
         3: .line 56
            astore 4 /* selectorParameters */
        start local 4 // java.lang.reflect.Parameter[] selectorParameters
         4: .line 58
            aload 0 /* this */
            aload 4 /* selectorParameters */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.getAllRemainingPathSegmentsParameter:([Ljava/lang/reflect/Parameter;)Ljava/lang/reflect/Parameter;
            astore 6 /* allRemainingPathSegmentsParameter */
        start local 6 // java.lang.reflect.Parameter allRemainingPathSegmentsParameter
         5: .line 59
            aload 0 /* this */
            aload 1 /* rootPath */
            aload 4 /* selectorParameters */
            aload 6 /* allRemainingPathSegmentsParameter */
            ifnull 6
            iconst_1
            goto 7
      StackMap locals: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.String org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod java.lang.reflect.Method java.lang.reflect.Parameter[] top java.lang.reflect.Parameter
      StackMap stack: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.String java.lang.reflect.Parameter[]
         6: iconst_0
      StackMap locals: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.String org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod java.lang.reflect.Method java.lang.reflect.Parameter[] top java.lang.reflect.Parameter
      StackMap stack: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.String java.lang.reflect.Parameter[] int
         7: invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.getPath:(Ljava/lang/String;[Ljava/lang/reflect/Parameter;Z)Ljava/lang/String;
            astore 7 /* path */
        start local 7 // java.lang.String path
         8: .line 60
            aload 0 /* this */
            aload 2 /* operationMethod */
            invokevirtual org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod.getOperationType:()Lorg/springframework/boot/actuate/endpoint/OperationType;
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.determineHttpMethod:(Lorg/springframework/boot/actuate/endpoint/OperationType;)Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
            astore 8 /* httpMethod */
        start local 8 // org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod httpMethod
         9: .line 61
            aload 0 /* this */
            aload 8 /* httpMethod */
            aload 3 /* method */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.getConsumes:(Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;Ljava/lang/reflect/Method;)Ljava/util/Collection;
            astore 9 /* consumes */
        start local 9 // java.util.Collection consumes
        10: .line 62
            aload 0 /* this */
            aload 2 /* operationMethod */
            aload 3 /* method */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.getProduces:(Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;Ljava/lang/reflect/Method;)Ljava/util/Collection;
            astore 10 /* produces */
        start local 10 // java.util.Collection produces
        11: .line 63
            new org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate
            dup
            aload 7 /* path */
            aload 8 /* httpMethod */
            aload 9 /* consumes */
            aload 10 /* produces */
            invokespecial org.springframework.boot.actuate.endpoint.web.WebOperationRequestPredicate.<init>:(Ljava/lang/String;Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;Ljava/util/Collection;Ljava/util/Collection;)V
            areturn
        end local 10 // java.util.Collection produces
        end local 9 // java.util.Collection consumes
        end local 8 // org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod httpMethod
        end local 7 // java.lang.String path
        end local 6 // java.lang.reflect.Parameter allRemainingPathSegmentsParameter
        end local 4 // java.lang.reflect.Parameter[] selectorParameters
        end local 3 // java.lang.reflect.Method method
        end local 2 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod operationMethod
        end local 1 // java.lang.String rootPath
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0   12     0                               this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0   12     1                           rootPath  Ljava/lang/String;
            0   12     2                    operationMethod  Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;
            1   12     3                             method  Ljava/lang/reflect/Method;
            4   12     4                 selectorParameters  [Ljava/lang/reflect/Parameter;
            5   12     6  allRemainingPathSegmentsParameter  Ljava/lang/reflect/Parameter;
            8   12     7                               path  Ljava/lang/String;
            9   12     8                         httpMethod  Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
           10   12     9                           consumes  Ljava/util/Collection<Ljava/lang/String;>;
           11   12    10                           produces  Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
                 Name  Flags
      rootPath         
      operationMethod  

  private java.lang.reflect.Parameter getAllRemainingPathSegmentsParameter(java.lang.reflect.Parameter[]);
    descriptor: ([Ljava/lang/reflect/Parameter;)Ljava/lang/reflect/Parameter;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // java.lang.reflect.Parameter[] selectorParameters
         0: .line 67
            aconst_null
            astore 2 /* trailingPathsParameter */
        start local 2 // java.lang.reflect.Parameter trailingPathsParameter
         1: .line 68
            aload 1 /* selectorParameters */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 11
      StackMap locals: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.reflect.Parameter[] java.lang.reflect.Parameter top int int java.lang.reflect.Parameter[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* selectorParameter */
        start local 3 // java.lang.reflect.Parameter selectorParameter
         3: .line 69
            aload 3 /* selectorParameter */
            ldc Lorg/springframework/boot/actuate/endpoint/annotation/Selector;
            invokevirtual java.lang.reflect.Parameter.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            checkcast org.springframework.boot.actuate.endpoint.annotation.Selector
            astore 7 /* selector */
        start local 7 // org.springframework.boot.actuate.endpoint.annotation.Selector selector
         4: .line 70
            aload 7 /* selector */
            invokeinterface org.springframework.boot.actuate.endpoint.annotation.Selector.match:()Lorg/springframework/boot/actuate/endpoint/annotation/Selector$Match;
            getstatic org.springframework.boot.actuate.endpoint.annotation.Selector$Match.ALL_REMAINING:Lorg/springframework/boot/actuate/endpoint/annotation/Selector$Match;
            if_acmpne 10
         5: .line 71
            aload 2 /* trailingPathsParameter */
            ifnonnull 6
            iconst_1
            goto 7
      StackMap locals: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.reflect.Parameter[] java.lang.reflect.Parameter java.lang.reflect.Parameter int int java.lang.reflect.Parameter[] org.springframework.boot.actuate.endpoint.annotation.Selector
      StackMap stack:
         6: iconst_0
         7: .line 72
      StackMap locals:
      StackMap stack: int
            ldc "@Selector annotation with Match.ALL_REMAINING must be unique"
         8: .line 71
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         9: .line 73
            aload 3 /* selectorParameter */
            astore 2 /* trailingPathsParameter */
        end local 7 // org.springframework.boot.actuate.endpoint.annotation.Selector selector
        end local 3 // java.lang.reflect.Parameter selectorParameter
        10: .line 68
      StackMap locals: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.reflect.Parameter[] java.lang.reflect.Parameter top int int java.lang.reflect.Parameter[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        11: iload 4
            iload 5
            if_icmplt 2
        12: .line 76
            aload 2 /* trailingPathsParameter */
            ifnull 17
        13: .line 77
            aload 2 /* trailingPathsParameter */
            aload 1 /* selectorParameters */
            aload 1 /* selectorParameters */
            arraylength
            iconst_1
            isub
            aaload
            if_acmpne 14
            iconst_1
            goto 15
      StackMap locals: org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory java.lang.reflect.Parameter[] java.lang.reflect.Parameter
      StackMap stack:
        14: iconst_0
        15: .line 78
      StackMap locals:
      StackMap stack: int
            ldc "@Selector annotation with Match.ALL_REMAINING must be the last parameter"
        16: .line 77
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
        17: .line 80
      StackMap locals:
      StackMap stack:
            aload 2 /* trailingPathsParameter */
            areturn
        end local 2 // java.lang.reflect.Parameter trailingPathsParameter
        end local 1 // java.lang.reflect.Parameter[] selectorParameters
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   18     0                    this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0   18     1      selectorParameters  [Ljava/lang/reflect/Parameter;
            1   18     2  trailingPathsParameter  Ljava/lang/reflect/Parameter;
            3   10     3       selectorParameter  Ljava/lang/reflect/Parameter;
            4   10     7                selector  Lorg/springframework/boot/actuate/endpoint/annotation/Selector;
    MethodParameters:
                    Name  Flags
      selectorParameters  

  private java.lang.String getPath(java.lang.String, java.lang.reflect.Parameter[], boolean);
    descriptor: (Ljava/lang/String;[Ljava/lang/reflect/Parameter;Z)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // java.lang.String rootPath
        start local 2 // java.lang.reflect.Parameter[] selectorParameters
        start local 3 // boolean matchRemainingPathSegments
         0: .line 84
            new java.lang.StringBuilder
            dup
            aload 1 /* rootPath */
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 4 /* path */
        start local 4 // java.lang.StringBuilder path
         1: .line 85
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 9
         3: .line 86
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 4 /* path */
            ldc "/{"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 87
            iload 5 /* i */
            aload 2 /* selectorParameters */
            arraylength
            iconst_1
            isub
            if_icmpne 6
            iload 3 /* matchRemainingPathSegments */
            ifeq 6
         5: .line 88
            aload 4 /* path */
            ldc "*"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 90
      StackMap locals:
      StackMap stack:
            aload 4 /* path */
            aload 2 /* selectorParameters */
            iload 5 /* i */
            aaload
            invokevirtual java.lang.reflect.Parameter.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 91
            aload 4 /* path */
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 85
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            aload 2 /* selectorParameters */
            arraylength
            if_icmplt 3
        end local 5 // int i
        10: .line 93
            aload 4 /* path */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.StringBuilder path
        end local 3 // boolean matchRemainingPathSegments
        end local 2 // java.lang.reflect.Parameter[] selectorParameters
        end local 1 // java.lang.String rootPath
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   11     0                        this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0   11     1                    rootPath  Ljava/lang/String;
            0   11     2          selectorParameters  [Ljava/lang/reflect/Parameter;
            0   11     3  matchRemainingPathSegments  Z
            1   11     4                        path  Ljava/lang/StringBuilder;
            2   10     5                           i  I
    MethodParameters:
                            Name  Flags
      rootPath                    
      selectorParameters          
      matchRemainingPathSegments  

  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.RequestPredicateFactory this
        start local 1 // java.lang.reflect.Parameter parameter
         0: .line 97
            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.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0    2     1  parameter  Ljava/lang/reflect/Parameter;
    MethodParameters:
           Name  Flags
      parameter  

  private java.util.Collection<java.lang.String> getConsumes(org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod, java.lang.reflect.Method);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;Ljava/lang/reflect/Method;)Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod httpMethod
        start local 2 // java.lang.reflect.Method method
         0: .line 101
            getstatic org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod.POST:Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
            aload 1 /* httpMethod */
            if_acmpne 2
            aload 0 /* this */
            aload 2 /* method */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.consumesRequestBody:(Ljava/lang/reflect/Method;)Z
            ifeq 2
         1: .line 102
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.endpointMediaTypes:Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;
            invokevirtual org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes.getConsumed:()Ljava/util/List;
            areturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 2 // java.lang.reflect.Method method
        end local 1 // org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod httpMethod
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0    3     1  httpMethod  Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
            0    3     2      method  Ljava/lang/reflect/Method;
    Signature: (Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;Ljava/lang/reflect/Method;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      httpMethod  
      method      

  private java.util.Collection<java.lang.String> getProduces(org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod, java.lang.reflect.Method);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;Ljava/lang/reflect/Method;)Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod operationMethod
        start local 2 // java.lang.reflect.Method method
         0: .line 108
            aload 1 /* operationMethod */
            invokevirtual org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod.getProducesMediaTypes:()Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 2
         1: .line 109
            aload 1 /* operationMethod */
            invokevirtual org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod.getProducesMediaTypes:()Ljava/util/List;
            areturn
         2: .line 111
      StackMap locals:
      StackMap stack:
            ldc Ljava/lang/Void;
            aload 2 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 3
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            aload 2 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 112
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         4: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* method */
            invokevirtual org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.producesResource:(Ljava/lang/reflect/Method;)Z
            ifeq 6
         5: .line 115
            ldc "application/octet-stream"
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
         6: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory.endpointMediaTypes:Lorg/springframework/boot/actuate/endpoint/web/EndpointMediaTypes;
            invokevirtual org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes.getProduced:()Ljava/util/List;
            areturn
        end local 2 // java.lang.reflect.Method method
        end local 1 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod operationMethod
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0    7     1  operationMethod  Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;
            0    7     2           method  Ljava/lang/reflect/Method;
    Signature: (Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredOperationMethod;Ljava/lang/reflect/Method;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
                 Name  Flags
      operationMethod  
      method           

  private boolean producesResource(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // java.lang.reflect.Method method
         0: .line 121
            ldc Lorg/springframework/core/io/Resource;
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 122
            iconst_1
            ireturn
         2: .line 124
      StackMap locals:
      StackMap stack:
            ldc Lorg/springframework/boot/actuate/endpoint/web/WebEndpointResponse;
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 5
         3: .line 125
            aload 1 /* method */
            invokestatic org.springframework.core.ResolvableType.forMethodReturnType:(Ljava/lang/reflect/Method;)Lorg/springframework/core/ResolvableType;
            astore 2 /* returnType */
        start local 2 // org.springframework.core.ResolvableType returnType
         4: .line 126
            ldc Lorg/springframework/core/io/Resource;
            invokestatic org.springframework.core.ResolvableType.forClass:(Ljava/lang/Class;)Lorg/springframework/core/ResolvableType;
            aload 2 /* returnType */
            iconst_1
            newarray 10
            dup
            iconst_0
            iconst_0
            iastore
            invokevirtual org.springframework.core.ResolvableType.getGeneric:([I)Lorg/springframework/core/ResolvableType;
            invokevirtual org.springframework.core.ResolvableType.isAssignableFrom:(Lorg/springframework/core/ResolvableType;)Z
            ireturn
        end local 2 // org.springframework.core.ResolvableType returnType
         5: .line 128
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0    6     1      method  Ljava/lang/reflect/Method;
            4    5     2  returnType  Lorg/springframework/core/ResolvableType;
    MethodParameters:
        Name  Flags
      method  

  private boolean consumesRequestBody(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // java.lang.reflect.Method method
         0: .line 132
            aload 1 /* method */
            invokevirtual java.lang.reflect.Method.getParameters:()[Ljava/lang/reflect/Parameter;
            invokestatic java.util.stream.Stream.of:([Ljava/lang/Object;)Ljava/util/stream/Stream;
         1: .line 133
            invokedynamic test()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/RequestPredicateFactory.lambda$2(Ljava/lang/reflect/Parameter;)Z (6)
                  (Ljava/lang/reflect/Parameter;)Z
            invokeinterface java.util.stream.Stream.anyMatch:(Ljava/util/function/Predicate;)Z
         2: .line 132
            ireturn
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0    3     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  private org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod determineHttpMethod(org.springframework.boot.actuate.endpoint.OperationType);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/OperationType;)Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
        start local 1 // org.springframework.boot.actuate.endpoint.OperationType operationType
         0: .line 137
            aload 1 /* operationType */
            getstatic org.springframework.boot.actuate.endpoint.OperationType.WRITE:Lorg/springframework/boot/actuate/endpoint/OperationType;
            if_acmpne 2
         1: .line 138
            getstatic org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod.POST:Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
            areturn
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 1 /* operationType */
            getstatic org.springframework.boot.actuate.endpoint.OperationType.DELETE:Lorg/springframework/boot/actuate/endpoint/OperationType;
            if_acmpne 4
         3: .line 141
            getstatic org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod.DELETE:Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
            areturn
         4: .line 143
      StackMap locals:
      StackMap stack:
            getstatic org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod.GET:Lorg/springframework/boot/actuate/endpoint/web/WebEndpointHttpMethod;
            areturn
        end local 1 // org.springframework.boot.actuate.endpoint.OperationType operationType
        end local 0 // org.springframework.boot.actuate.endpoint.web.annotation.RequestPredicateFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/springframework/boot/actuate/endpoint/web/annotation/RequestPredicateFactory;
            0    5     1  operationType  Lorg/springframework/boot/actuate/endpoint/OperationType;
    MethodParameters:
               Name  Flags
      operationType  

  private static java.lang.reflect.Parameter[] lambda$1(int);
    descriptor: (I)[Ljava/lang/reflect/Parameter;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            iload 0
            anewarray java.lang.reflect.Parameter
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$2(java.lang.reflect.Parameter);
    descriptor: (Ljava/lang/reflect/Parameter;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Parameter parameter
         0: .line 133
            aload 0 /* parameter */
            ldc Lorg/springframework/boot/actuate/endpoint/annotation/Selector;
            invokevirtual java.lang.reflect.Parameter.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.reflect.Parameter parameter
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  parameter  Ljava/lang/reflect/Parameter;
}
SourceFile: "RequestPredicateFactory.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Match = org.springframework.boot.actuate.endpoint.annotation.Selector$Match of org.springframework.boot.actuate.endpoint.annotation.Selector