Package org.openwms.wms.app
Class PersistentMapConverter
java.lang.Object
com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentMap,Map>
 
org.openwms.wms.app.PersistentMapConverter
- All Implemented Interfaces:
 com.github.dozermapper.core.ConfigurableCustomConverter,com.github.dozermapper.core.CustomConverter
public class PersistentMapConverter
extends com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentMap,Map> 
A PersistentMapConverter.
- Author:
 - Heiko Scherrer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.collection.internal.PersistentMapconvertFrom(Map source, org.hibernate.collection.internal.PersistentMap destination) Methods inherited from class com.github.dozermapper.core.DozerConverter
convert, convertFrom, convertTo, getParameter, setParameter 
- 
Constructor Details
- 
PersistentMapConverter
public PersistentMapConverter() 
 - 
 - 
Method Details
- 
convertTo
- Specified by:
 convertToin classcom.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentMap,Map> 
 - 
convertFrom
public org.hibernate.collection.internal.PersistentMap convertFrom(Map source, org.hibernate.collection.internal.PersistentMap destination) - Specified by:
 convertFromin classcom.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentMap,Map> 
 
 -