Package org.openwms.wms.location.impl
Class LocationConverter
- All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter
,com.github.dozermapper.core.CustomConverter
@Component
public class LocationConverter
extends com.github.dozermapper.core.DozerConverter<String,Location>
A LocationConverter.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom
(Location source, String destination) Converts the source field to the destination field and return the resulting destination valueConverts the source field to the destination field and return the resulting destination value.Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter
-
Field Details
-
locationRepository
-
-
Constructor Details
-
LocationConverter
public LocationConverter()
-
-
Method Details
-
convertTo
Converts the source field to the destination field and return the resulting destination value. -
convertFrom
Converts the source field to the destination field and return the resulting destination value
-