| Constructor and Description |
|---|
LongConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
convertFrom(String value)
|
String |
convertTo(Long value)
Returns a
String instance representing the configuration parameter's value. |
public Long convertFrom(String value)
convertFrom in interface Converter<Long>value - The configuration parameter's String valueLong instance representing the configuration parameter's valueCopyright © 2022. All rights reserved.