Package | Description |
---|---|
org.dozer | |
org.dozer.classmap | |
org.dozer.loader | |
org.dozer.metadata |
Constructor and Description |
---|
MappingProcessor(ClassMappings classMappings,
Configuration globalConfiguration,
CacheManager cacheMgr,
StatisticsManager statsMgr,
List<CustomConverter> customConverterObjects,
DozerEventManager eventManager,
CustomFieldMapper customFieldMapper,
Map<String,CustomConverter> customConverterObjectsWithId) |
Modifier and Type | Method and Description |
---|---|
void |
ClassMappings.addAll(ClassMappings additionalClassMappings) |
static void |
ClassMapBuilder.addDefaultFieldMappings(ClassMappings classMappings,
Configuration globalConfiguration)
Prepares default mappings based on provided mapping definition
|
Modifier and Type | Method and Description |
---|---|
ClassMappings |
LoadMappingsResult.getCustomMappings() |
ClassMappings |
MappingsParser.processMappings(List<ClassMap> classMaps,
Configuration globalConfiguration)
Decorates raw ClassMap objects and performs various validations on the explicit field mappings.
|
Constructor and Description |
---|
LoadMappingsResult(ClassMappings customMappings,
Configuration globalConfiguration) |
Constructor and Description |
---|
DozerMappingMetadata(ClassMappings classMappings) |
Copyright © 2005-2014 dozer. All Rights Reserved.