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