| Constructor and Description |
|---|
URIParser() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
apply(java.lang.String s) |
java.lang.String |
formatDescription() |
java.lang.Class<java.net.URI> |
getReturnType() |
public java.lang.Class<java.net.URI> getReturnType()
getReturnType in interface IParser<java.net.URI>public java.net.URI apply(java.lang.String s)
throws java.lang.IllegalArgumentException
apply in interface java.util.function.Function<java.lang.String,java.net.URI>java.lang.IllegalArgumentExceptionpublic java.lang.String formatDescription()
formatDescription in interface IParser<java.net.URI>