| Constructor and Description |
|---|
InternetDomainNameConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.net.InternetDomainName |
convertFrom(String value)
Returns a
InternetDomainName instance representing the specified String value. |
String |
convertTo(com.google.common.net.InternetDomainName value)
Returns a
String instance representing the configuration parameter's value. |
public com.google.common.net.InternetDomainName convertFrom(String value)
InternetDomainName instance representing the specified String value.convertFrom in interface Converter<com.google.common.net.InternetDomainName>value - The configuration parameter's String valueInternetDomainName instance representing the configuration parameter's valueCopyright © 2022. All rights reserved.