public interface ContextResolvers
ContextResolver<T>
provider instances.<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-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.