org.dozer.loader
Class DozerBuilder
java.lang.Object
org.dozer.loader.DozerBuilder
public class DozerBuilder
- extends Object
Builder API for achivieng the same effect as custom Xml mappings.
Is intended to be used from application to prepare repetetive mappings programmatically.
Note that some of the fail-fast checks from Xml validation has not yet been ported.
Responsibility on filling all mandatory attributes is left to API user.
Not thread safe
- Author:
- dmitry.buzdin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DozerBuilder
public DozerBuilder()
build
public MappingFileData build()
configuration
public DozerBuilder.ConfigurationBuilder configuration()
mapping
public DozerBuilder.MappingBuilder mapping()
Copyright © 2005-2011 dozer. All Rights Reserved.