public interface Mint
A Mint is responsible for providing the schema and naming authority of the URI.
Depending on the implementation, the Mint may provide further URI elements (e.g query parameters).
| Modifier and Type | Method and Description |
|---|---|
URI |
mint(List<String> pathElements)
Mints an absolute hierarchical URI from the elements of its path.
|
URI mint(List<String> pathElements) throws IllegalArgumentException, IllegalStateException
pathElements - the elements, as defined in RFC 3986IllegalArgumentException - if the elements do not conform to URI syntaxIllegalStateException - if the URI cannot be minted in the state of the current thread.Copyright © 2018. All Rights Reserved.