- All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter
, com.github.dozermapper.core.CustomConverter
public class BaseUnitConverter
extends com.github.dozermapper.core.DozerConverter<BaseUnit,String>
A BaseUnitConverter.
- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BaseUnitConverter
public BaseUnitConverter()
-
Method Details
-
convertTo
- Specified by:
convertTo
in class com.github.dozermapper.core.DozerConverter<BaseUnit,String>
-
convertFrom
- Specified by:
convertFrom
in class com.github.dozermapper.core.DozerConverter<BaseUnit,String>