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