Package org.glassfish.jersey.client
Class CustomProvidersFeature
java.lang.Object
org.glassfish.jersey.client.CustomProvidersFeature
- All Implemented Interfaces:
Feature
Feature to provide the single-line registration of custom providers.
- Author:
- Stepan Kopriva
-
Constructor Summary
ConstructorDescriptionCustomProvidersFeature
(Collection<Class<?>> providers) Constructs Feature which is used to register providers as providers in Configuration. -
Method Summary