public interface ContextResolver<T>
Provider
.
A ContextResolver
implementation may be annotated
with Produces
to restrict the media types for
which it will be considered suitable.Modifier and Type | Method and Description |
---|---|
T |
getContext(java.lang.Class<?> type)
Get a context of type
T that is applicable to the supplied
type. |
T getContext(java.lang.Class<?> type)
T
that is applicable to the supplied
type.type
- the class of object for which a context is desirednull
if a
context for the supplied type is not available from this provider.Copyright © 2016 Oracle Corporation. All Rights Reserved.