Class RestConverter

  • All Implemented Interfaces:
    IConverter

    public class RestConverter
    extends AbstractConverter
    This converter is able to converts String to RestXMLFragment and RestJSON.
    Since:
    6.1.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    • Constructor Detail

      • RestConverter

        public RestConverter()
    • Method Detail

      • doConversion

        protected <T> T doConversion​(Class<T> type,
                                     Object value,
                                     Locale locale,
                                     String pattern)
                              throws UnsupportedConversionTypeException
        Description copied from class: AbstractConverter
        Converts the specified input object into an output object of the specified type.
        Specified by:
        doConversion in class AbstractConverter
        Type Parameters:
        T - generics support for the data type specified.
        Parameters:
        type - data type to which the value should be converted.
        value - the input value to be converted.
        locale - locale to be used during conversion, if necessary.
        pattern - converter specific conversion pattern, to be used during conversion, if necessary.
        Throws:
        UnsupportedConversionTypeException - if this converter does not supports converting to the specified type.