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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.collection.internal.PersistentMap
    convertFrom(Map source, org.hibernate.collection.internal.PersistentMap destination)
     
    convertTo(org.hibernate.collection.internal.PersistentMap source, Map destination)
     

    Methods inherited from class com.github.dozermapper.core.DozerConverter

    convert, convertFrom, convertTo, getParameter, setParameter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PersistentMapConverter

      public PersistentMapConverter()
  • Method Details

    • convertTo

      public Map convertTo(org.hibernate.collection.internal.PersistentMap source, Map destination)
      Specified by:
      convertTo in class com.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:
      convertFrom in class com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentMap,Map>