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).
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 © 2020. All Rights Reserved.