public class org.glassfish.jersey.client.CustomProvidersFeature implements javax.ws.rs.core.Feature
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.jersey.client.CustomProvidersFeature
  super_class: java.lang.Object
{
  private final java.util.Collection<java.lang.Class<?>> providers;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljava/lang/Class<*>;>;

  public void <init>(java.util.Collection<java.lang.Class<?>>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.CustomProvidersFeature this
        start local 1 // java.util.Collection providers
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* providers */
            putfield org.glassfish.jersey.client.CustomProvidersFeature.providers:Ljava/util/Collection;
         2: .line 40
            return
        end local 1 // java.util.Collection providers
        end local 0 // org.glassfish.jersey.client.CustomProvidersFeature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/glassfish/jersey/client/CustomProvidersFeature;
            0    3     1  providers  Ljava/util/Collection<Ljava/lang/Class<*>;>;
    Signature: (Ljava/util/Collection<Ljava/lang/Class<*>;>;)V
    MethodParameters:
           Name  Flags
      providers  

  public boolean configure(javax.ws.rs.core.FeatureContext);
    descriptor: (Ljavax/ws/rs/core/FeatureContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.glassfish.jersey.client.CustomProvidersFeature this
        start local 1 // javax.ws.rs.core.FeatureContext context
         0: .line 44
            aload 0 /* this */
            getfield org.glassfish.jersey.client.CustomProvidersFeature.providers:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: org.glassfish.jersey.client.CustomProvidersFeature javax.ws.rs.core.FeatureContext top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 2 /* provider */
        start local 2 // java.lang.Class provider
         2: .line 45
            aload 1 /* context */
            aload 2 /* provider */
            invokeinterface javax.ws.rs.core.FeatureContext.register:(Ljava/lang/Class;)Ljavax/ws/rs/core/Configurable;
            pop
        end local 2 // java.lang.Class provider
         3: .line 44
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 47
            iconst_1
            ireturn
        end local 1 // javax.ws.rs.core.FeatureContext context
        end local 0 // org.glassfish.jersey.client.CustomProvidersFeature this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/glassfish/jersey/client/CustomProvidersFeature;
            0    5     1   context  Ljavax/ws/rs/core/FeatureContext;
            2    3     2  provider  Ljava/lang/Class<*>;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "CustomProvidersFeature.java"