Interface ContextResolver

  • All Known Implementing Classes:
    SingletonProvider

    @Deprecated
    public interface ContextResolver
    Deprecated.
    Will be removed in next minor release.
    Wrapper for an initialized JAX-RS ContextResolver.
    • 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 given MediaType.
        Parameters:
        mediaType - the MediaType to check for support.
        Returns:
        true, if the requested MediaType is supported, otherwise false.