Interface ResourceIdentifierResolver<X extends ResourceIdentifier,​Y>

    • Method Detail

      • resolve

        Y resolve​(X resourceIdentifier,
                  ConversionContext conversionContext)
           throws CannotResolveResourceIdentifierException
        Parameters:
        resourceIdentifier - resource identifier
        conversionContext - the conversion context
        Returns:
        the resource associated with the specified resource identifier (cannot be null)
        Throws:
        CannotResolveResourceIdentifierException - if the specified resource identifier cannot be resolved (this shouldn't typically happen unless someone has removed the resource)