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 | Description |
|---|---|---|
T |
getContext(Class<?> type) |
Get a context of type
T that is applicable to the supplied
type. |
Copyright © 2019 Sun Microsystems, Inc. All rights reserved.