Package | Description |
---|---|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
Modifier and Type | Method and Description |
---|---|
<T> ContextResolver<T> |
ContextResolverFactory.resolve(java.lang.reflect.Type t,
MediaType m) |
Modifier and Type | Method and Description |
---|---|
<T> ContextResolver<T> |
Providers.getContextResolver(java.lang.Class<T> contextType,
MediaType mediaType)
Get a context resolver for a particular type of context and media type.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.