public interface ContextResolvers
ContextResolver<T>
provider instances.| Modifier and Type | Method and Description |
|---|---|
<T> javax.ws.rs.ext.ContextResolver<T> |
resolve(Type type,
javax.ws.rs.core.MediaType mediaType)
Get
ContextResolver<T> instance for a given type
and media type. |
<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.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.