|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextResolvers
An injectable interface providing look-up for ContextResolver<T>
provider instances.
| Method Summary | ||
|---|---|---|
|
resolve(Type type,
javax.ws.rs.core.MediaType mediaType)
Get ContextResolver<T> instance for a given type
and media type. |
|
| Method Detail |
|---|
<T> javax.ws.rs.ext.ContextResolver<T> resolve(Type type,
javax.ws.rs.core.MediaType mediaType)
ContextResolver<T> instance for a given type
and media type.
T - Java type produced by the context resolver.type - type supported by the context resolver.mediaType - media type supported by the context resolver.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||