Class DateTimeConverters.GenericLocalizedConverter<S,​T>

    • Constructor Detail

      • GenericLocalizedConverter

        protected GenericLocalizedConverter​(java.lang.Class<S> sourceClass,
                                            java.lang.Class<T> targetClass)
    • Method Detail

      • convert

        public T convert​(S obj,
                         java.util.Locale locale,
                         java.util.TimeZone timeZone)
                  throws ConversionException
        Description copied from interface: LocalizedConverter
        Converts obj to T.
        Parameters:
        obj - The source Object to convert
        locale - The locale used for conversion - must not be null
        timeZone - The time zone used for conversion - must not be null
        Returns:
        The converted Object
        Throws:
        ConversionException