public interface Converter<T>
String) to another type
and vice versa.| Modifier and Type | Method and Description |
|---|---|
T |
convertFrom(String value)
Returns a typed instance representing the specified
String value. |
String |
convertTo(T value)
Returns a
String instance representing the configuration parameter's value. |
Copyright © 2022. All rights reserved.