Interface ContextResolver
-
- All Known Implementing Classes:
SingletonProvider
@Deprecated public interface ContextResolverDeprecated.Will be removed in next minor release.Wrapper for an initialized JAX-RSContextResolver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.ext.ContextResolver<?>getContextResolver()Deprecated.Returns the wrapped ContextResolverbooleansupportsWrite(javax.ws.rs.core.MediaType mediaType)Deprecated.Checks, if the wrapped ContextResolver supports the givenMediaType.
-
-
-
Method Detail
-
getContextResolver
javax.ws.rs.ext.ContextResolver<?> getContextResolver()
Deprecated.Returns the wrapped ContextResolver- Returns:
- the wrapped ContextResolver
-
supportsWrite
boolean supportsWrite(javax.ws.rs.core.MediaType mediaType)
Deprecated.Checks, if the wrapped ContextResolver supports the givenMediaType.- Parameters:
mediaType- theMediaTypeto check for support.- Returns:
- true, if the requested
MediaTypeis supported, otherwise false.
-
-