Class StringConverter

  • All Implemented Interfaces:
    org.apache.commons.beanutils.Converter

    public class StringConverter
    extends Object
    implements org.apache.commons.beanutils.Converter
    Internal class for converting Supported Data Types to String. Uses date formatter for Date and Calendar source objects. Calls toString() on the source object for all other types. Only intended for internal use.
    • Constructor Detail

    • Method Detail

      • convert

        public Object convert​(Class destClass,
                              Object srcObj)
        Specified by:
        convert in interface org.apache.commons.beanutils.Converter