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