public abstract class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter implements org.springframework.boot.actuate.endpoint.EndpointFilter<org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
  super_class: java.lang.Object
{
  private final java.lang.Class<? extends org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<?, ?>> discoverer;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer<**>;>;

  protected void <init>(java.lang.Class<? extends org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer<?, ?>>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter this
        start local 1 // java.lang.Class discoverer
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 1 /* discoverer */
            ldc "Discoverer must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 39
            aload 0 /* this */
            aload 1 /* discoverer */
            putfield org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter.discoverer:Ljava/lang/Class;
         3: .line 40
            return
        end local 1 // java.lang.Class discoverer
        end local 0 // org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/boot/actuate/endpoint/annotation/DiscovererEndpointFilter;
            0    4     1  discoverer  Ljava/lang/Class<+Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer<**>;>;
    Signature: (Ljava/lang/Class<+Lorg/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer<**>;>;)V
    MethodParameters:
            Name  Flags
      discoverer  

  public boolean match(org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint<?>);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredEndpoint;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter this
        start local 1 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint endpoint
         0: .line 44
            aload 1 /* endpoint */
            aload 0 /* this */
            getfield org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter.discoverer:Ljava/lang/Class;
            invokeinterface org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint.wasDiscoveredBy:(Ljava/lang/Class;)Z
            ireturn
        end local 1 // org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint endpoint
        end local 0 // org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/springframework/boot/actuate/endpoint/annotation/DiscovererEndpointFilter;
            0    1     1  endpoint  Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredEndpoint<*>;
    Signature: (Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredEndpoint<*>;)Z
    MethodParameters:
          Name  Flags
      endpoint  

  public boolean match(org.springframework.boot.actuate.endpoint.ExposableEndpoint);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/ExposableEndpoint;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.boot.actuate.endpoint.annotation.DiscoveredEndpoint
            invokevirtual org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter.match:(Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredEndpoint;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/springframework/boot/actuate/endpoint/EndpointFilter<Lorg/springframework/boot/actuate/endpoint/annotation/DiscoveredEndpoint<*>;>;
SourceFile: "DiscovererEndpointFilter.java"