Class StringConverter
- java.lang.Object
-
- com.github.dozermapper.core.converters.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 Summary
Constructors Constructor Description StringConverter(DateFormatContainer dateFormatContainer)
-
-
-
Constructor Detail
-
StringConverter
public StringConverter(DateFormatContainer dateFormatContainer)
-
-