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