All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.oasp.module.beanmapping.common.impl.DozerBeanMapper Maven / Gradle / Ivy

package io.oasp.module.beanmapping.common.impl;

import io.oasp.module.beanmapping.common.impl.dozer.BeanMapperImplDozer;

import org.dozer.Mapper;

/**
 * This is the implementation of {@link io.oasp.module.beanmapping.common.api.BeanMapper} using dozer {@link Mapper}.
 *
 * @deprecated - use {@link BeanMapperImplDozer} instead as this class name clashes with
 *             {@link org.dozer.DozerBeanMapper}.
 */
@Deprecated
public class DozerBeanMapper extends BeanMapperImplDozer {

  /**
   * The constructor.
   */
  public DozerBeanMapper() {

    super();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy