Interface Converters

  • All Known Implementing Classes:
    DefaultConvertersImpl

    public interface Converters
    Naming 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 Detail

      • convertFromString

        String convertFromString​(String value)