X - the type of the resource identifierY - the type of the resourcepublic interface ResourceIdentifierResolver<X extends ResourceIdentifier,Y>
| Modifier and Type | Method and Description |
|---|---|
Y |
resolve(X resourceIdentifier,
ConversionContext conversionContext) |
Y resolve(X resourceIdentifier, ConversionContext conversionContext) throws CannotResolveResourceIdentifierException
resourceIdentifier - resource identifierconversionContext - the conversion contextCannotResolveResourceIdentifierException - if the specified resource identifier cannot be resolved (this shouldn't typically happen unless someone has removed the resource)Copyright © 2003–2022 Atlassian. All rights reserved.