286287288289290291292
* @return An instance of {@line org.dozer.metadata.MappingMetadata} which serves starting point * for querying mapping information. */ public MappingMetadata getMappingMetadata() { initMappings(); return new DozerMappingMetadata(customMappings); }