Uses of Interface
org.dozer.CustomConverter

Packages that use CustomConverter
org.dozer   
org.dozer.loader   
org.dozer.loader.api   
org.dozer.spring   
 

Uses of CustomConverter in org.dozer
 

Subinterfaces of CustomConverter in org.dozer
 interface ConfigurableCustomConverter
          Public custom converter interface.
 

Classes in org.dozer that implement CustomConverter
 class DozerConverter<A,B>
          This class should be extended in order to implement new Custom Converters for value transformation.
 

Methods in org.dozer that return types with arguments of type CustomConverter
 List<CustomConverter> DozerBeanMapper.getCustomConverters()
           
 Map<String,CustomConverter> DozerBeanMapper.getCustomConvertersWithId()
           
 

Method parameters in org.dozer with type arguments of type CustomConverter
 void DozerBeanMapper.setCustomConverters(List<CustomConverter> customConverters)
           
 void DozerBeanMapper.setCustomConvertersWithId(Map<String,CustomConverter> customConvertersWithId)
          Converters passed with this method could be further referenced in mappings via its unique id.
 

Constructor parameters in org.dozer with type arguments of type CustomConverter
MappingProcessor(ClassMappings classMappings, Configuration globalConfiguration, CacheManager cacheMgr, StatisticsManager statsMgr, List<CustomConverter> customConverterObjects, DozerEventManager eventManager, CustomFieldMapper customFieldMapper, Map<String,CustomConverter> customConverterObjectsWithId)
           
MappingProcessor(ClassMappings classMappings, Configuration globalConfiguration, CacheManager cacheMgr, StatisticsManager statsMgr, List<CustomConverter> customConverterObjects, DozerEventManager eventManager, CustomFieldMapper customFieldMapper, Map<String,CustomConverter> customConverterObjectsWithId)
           
 

Uses of CustomConverter in org.dozer.loader
 

Method parameters in org.dozer.loader with type arguments of type CustomConverter
 void DozerBuilder.FieldMappingBuilder.customConverter(Class<? extends CustomConverter> type)
           
 

Uses of CustomConverter in org.dozer.loader.api
 

Method parameters in org.dozer.loader.api with type arguments of type CustomConverter
static FieldsMappingOption FieldsMappingOptions.customConverter(Class<? extends CustomConverter> type)
           
static FieldsMappingOption FieldsMappingOptions.customConverter(Class<? extends CustomConverter> type, String parameter)
           
 

Uses of CustomConverter in org.dozer.spring
 

Method parameters in org.dozer.spring with type arguments of type CustomConverter
 void DozerBeanMapperFactoryBean.setCustomConverters(List<CustomConverter> customConverters)
           
 void DozerBeanMapperFactoryBean.setCustomConvertersWithId(Map<String,CustomConverter> customConvertersWithId)
           
 



Copyright © 2005-2011 dozer. All Rights Reserved.