Interface Converters
-
- All Known Implementing Classes:
DefaultConvertersImpl
public interface ConvertersNaming scheme is:
convertToTYPE(String value);
convertFromTYPE(TYPE value);
The underlying parser checks for the 'convertToType' and 'convertFromType' methods. It uses the 'convertToType' method to map a new pair of methods for usage.- Since:
- 1.0
- Author:
- Michael Stocker
- See Also:
DefaultConvertersImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringconvertFromString(String value)StringconvertToString(String value)
-