public class CustomProvidersFeature
extends java.lang.Object
implements javax.ws.rs.core.Feature
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<java.lang.Class<?>> |
providers |
Constructor and Description |
---|
CustomProvidersFeature(java.util.Collection<java.lang.Class<?>> providers)
Constructs Feature which is used to register providers as providers in Configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
configure(javax.ws.rs.core.FeatureContext context) |