resolve
Produces a full URI by resolving the given relative URI (if provided) and then replacing parameters in the template with a combination of the io.outfoxx.sunday.URITemplate.parameters overridden by the given parameters.
Return
URIBuilder with a fully resolved URI and replaced parameters.
Parameters
relative
Optional relative URI to resolve against the template before parameter replacement.
parameters
Parameters that override the io.outfoxx.sunday.URITemplate.parameters on the template instance before parameter replacement.