Class UomRelationStringConverter

java.lang.Object
com.github.dozermapper.core.DozerConverter<UomRelation,String>
org.openwms.wms.inventory.impl.UomRelationStringConverter
All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter, com.github.dozermapper.core.CustomConverter, com.github.dozermapper.core.MapperAware

public class UomRelationStringConverter extends com.github.dozermapper.core.DozerConverter<UomRelation,String> implements com.github.dozermapper.core.MapperAware
A UomRelationStringConverter.
Author:
Heiko Scherrer
  • Field Details

    • mapper

      private com.github.dozermapper.core.Mapper mapper
  • Constructor Details

    • UomRelationStringConverter

      public UomRelationStringConverter()
  • Method Details

    • convertTo

      public String convertTo(UomRelation source, String destination)
      Specified by:
      convertTo in class com.github.dozermapper.core.DozerConverter<UomRelation,String>
    • convertFrom

      public UomRelation convertFrom(String source, UomRelation destination)
      Specified by:
      convertFrom in class com.github.dozermapper.core.DozerConverter<UomRelation,String>
    • setMapper

      public void setMapper(com.github.dozermapper.core.Mapper mapper)
      Specified by:
      setMapper in interface com.github.dozermapper.core.MapperAware