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