org.dozer
Class DozerBeanMapperSingletonWrapper

java.lang.Object
  extended by org.dozer.DozerBeanMapperSingletonWrapper

public class DozerBeanMapperSingletonWrapper
extends Object

Public Singleton wrapper for the DozerBeanMapper. Only supports a single mapping file named dozerBeanMapping.xml, so configuration is very limited. Instead of using the DozerBeanMapperSingletonWrapper, it is recommended that the DozerBeanMapper(MapperIF) instance is configured via an IOC framework, such as Spring, with singleton property set to "true"

Author:
garsombke.franz

Method Summary
static Mapper getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Mapper getInstance()


Copyright © 2005-2011 dozer. All Rights Reserved.