Package org.glassfish.jersey.client
Class CustomProvidersFeature
- java.lang.Object
-
- org.glassfish.jersey.client.CustomProvidersFeature
-
-
Constructor Summary
Constructors Constructor Description CustomProvidersFeature(Collection<Class<?>> providers)
Constructs Feature which is used to register providers as providers in Configuration.
-
-
-
Constructor Detail
-
CustomProvidersFeature
public CustomProvidersFeature(Collection<Class<?>> providers)
Constructs Feature which is used to register providers as providers in Configuration.- Parameters:
providers
- collection of providers which are going to be registered
-
-
Method Detail
-
configure
public boolean configure(FeatureContext context)
-
-