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