Class PersistentSetConverter

java.lang.Object
com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentSet,Set>
org.openwms.wms.app.PersistentSetConverter
All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter, com.github.dozermapper.core.CustomConverter

public class PersistentSetConverter extends com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentSet,Set>
A PersistentSetConverter.
Author:
Heiko Scherrer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.collection.internal.PersistentSet
    convertFrom(Set source, org.hibernate.collection.internal.PersistentSet destination)
     
    convertTo(org.hibernate.collection.internal.PersistentSet source, Set 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

    • PersistentSetConverter

      public PersistentSetConverter()
  • Method Details

    • convertTo

      public Set convertTo(org.hibernate.collection.internal.PersistentSet source, Set destination)
      Specified by:
      convertTo in class com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentSet,Set>
    • convertFrom

      public org.hibernate.collection.internal.PersistentSet convertFrom(Set source, org.hibernate.collection.internal.PersistentSet destination)
      Specified by:
      convertFrom in class com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentSet,Set>