Package | Description |
---|---|
jakarta.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
<T> ContextResolver<T> |
Providers.getContextResolver(Class<T> contextType,
MediaType mediaType)
Get a context resolver for a particular type of context and media type.
|
Modifier and Type | Method and Description |
---|---|
<T> ContextResolver<T> |
JaxrsProviders.getContextResolver(Class<T> contextType,
MediaType mediaType) |
<T> ContextResolver<T> |
ContextResolverFactory.resolve(Type t,
MediaType m) |
Modifier and Type | Method and Description |
---|---|
<T> ContextResolver<T> |
ContextResolvers.resolve(Type type,
MediaType mediaType)
Get
ContextResolver<T> instance for a given type
and media type. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.