Package com.networknt.schema.urn
Interface URNFactory
-
public interface URNFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIcreate(String urn)
-
-
-
Method Detail
-
create
URI create(String urn)
- Parameters:
urn- Some urn string.- Returns:
- The converted
URI. - Throws:
IllegalArgumentException- if there was a problem creating theURIwith the given data.
-
-