Uses of Interface
jakarta.ws.rs.ext.ContextResolver
-
Packages that use ContextResolver Package Description jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. -
-
Uses of ContextResolver in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return ContextResolver Modifier and Type Method Description <T> ContextResolver<T>
Providers. getContextResolver(Class<T> contextType, MediaType mediaType)
Get a context resolver for a particular type of context and media type.
-