org.dozer.loader
Class MappingsParser
java.lang.Object
org.dozer.loader.MappingsParser
public final class MappingsParser
- extends Object
Internal class that decorates raw ClassMap objects and performs various validations on the explicit field mappings.
It applies global configuration and class level attributes to raw class mappings. It also creates the ClassMap
"prime" instance for bi-directional mappings. The ClassMap prime is created by copying the original ClassMap and
reversing the attributes. Only intended for internal use.
- Author:
- garsombke.franz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static MappingsParser getInstance()
processMappings
public ClassMappings processMappings(List<ClassMap> classMaps,
Configuration globalConfiguration)
Copyright © 2005-2011 dozer. All Rights Reserved.