Interface ContextResolver<T>
public interface ContextResolver<T>
Contract for a provider that supplies context information to resource
classes and other providers. An implementation of this interface must be
annotated with
Provider.
A ContextResolver implementation may be annotated
with Produces to restrict the media types for
which it will be considered suitable.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetContext(Class<?> type) Get a context of typeTthat is applicable to the supplied type.
-
Method Details
-
getContext
-