Package | Description |
---|---|
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextResolverFactory
A factory implementation for managing
ContextResolver instances. |
Modifier and Type | Field and Description |
---|---|
private ContextResolvers |
BootstrapBag.contextResolvers |
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<ContextResolvers> |
JaxrsProviders.resolvers |
Modifier and Type | Method and Description |
---|---|
ContextResolvers |
BootstrapBag.getContextResolvers()
Gets an instance of
ContextResolvers . |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapBag.setContextResolvers(ContextResolvers contextResolvers)
Sets an instance of
ContextResolvers . |