Class MeasurableConverter

java.lang.Object
com.github.dozermapper.core.DozerConverter<Measurable,Measurable>
org.openwms.core.units.converter.MeasurableConverter
All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter, com.github.dozermapper.core.CustomConverter

public class MeasurableConverter extends com.github.dozermapper.core.DozerConverter<Measurable,Measurable>
A MeasurableConverter is just an in-out DozerConverter for Measurables to avoid instantiating Measurables and passing source to destination.
Author:
Heiko Scherrer