public class StringConverter extends Object implements Converter<String>
Constructor and Description |
---|
StringConverter() |
Modifier and Type | Method and Description |
---|---|
String |
format(String value)
Converts a value of the type returned by
Converter.getValueType() to its
plain text representation. |
Class<String> |
getValueType()
Gets the value type.
|
String |
parse(String text)
Converts a value from its plain text representation to a Java object instance
of the type returned by
Converter.getValueType() . |
public Class<String> getValueType()
Converter
getValueType
in interface Converter<String>
public String parse(String text) throws ConversionException
Converter
Converter.getValueType()
.parse
in interface Converter<String>
text
- The textual representation of the value.ConversionException
- If the conversion fails.public String format(String value)
Converter
Converter.getValueType()
to its
plain text representation.Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.