T
- type of the contextpublic interface ContextResolver<T>
ContextResolver
implementation may be annotated
with Produces
to restrict the media types for
which it will be considered suitable.
Providers implementing ContextResolver
contract must be either programmatically
registered in an API runtime or must be annotated with
@Provider
annotation to be automatically discovered
by the runtime during a provider scanning phase.
Context
,
Providers.getContextResolver(Class, javax.ws.rs.core.MediaType)
,
Provider
,
Produces
Modifier and Type | Method | Description |
---|---|---|
T |
getContext(Class<?> type) |
Get a context of type
T that is applicable to the supplied
type. |
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.