Class UnitConverter

java.lang.Object
com.github.dozermapper.core.DozerConverter<org.openwms.core.units.api.Measurable,UnitTypeVO>
org.openwms.wms.shipping.UnitConverter
All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter, com.github.dozermapper.core.CustomConverter

public class UnitConverter extends com.github.dozermapper.core.DozerConverter<org.openwms.core.units.api.Measurable,UnitTypeVO>
A UnitConverter.
Author:
Heiko Scherrer
  • Constructor Details

    • UnitConverter

      public UnitConverter()
  • Method Details

    • convertTo

      public UnitTypeVO convertTo(org.openwms.core.units.api.Measurable source, UnitTypeVO destination)
      Specified by:
      convertTo in class com.github.dozermapper.core.DozerConverter<org.openwms.core.units.api.Measurable,UnitTypeVO>
    • convertFrom

      public org.openwms.core.units.api.Measurable convertFrom(UnitTypeVO source, org.openwms.core.units.api.Measurable destination)
      Specified by:
      convertFrom in class com.github.dozermapper.core.DozerConverter<org.openwms.core.units.api.Measurable,UnitTypeVO>