Uses of Interface
com.github.dozermapper.core.cache.CacheManager
-
Packages that use CacheManager Package Description com.github.dozermapper.core Core mapping APIcom.github.dozermapper.core.cache Caching for dozer objects -
-
Uses of CacheManager in com.github.dozermapper.core
Methods in com.github.dozermapper.core with parameters of type CacheManager Modifier and Type Method Description DozerBeanMapperBuilderDozerBeanMapperBuilder. withCacheManager(CacheManager cacheManager)Registers aCacheManagerfor the mapper.Constructors in com.github.dozermapper.core with parameters of type CacheManager Constructor Description MappingProcessor(ClassMappings classMappings, Configuration globalConfiguration, CacheManager cacheMgr, List<CustomConverter> customConverterObjects, EventManager eventManager, CustomFieldMapper customFieldMapper, Map<String,CustomConverter> customConverterObjectsWithId, BeanContainer beanContainer, DestBeanCreator destBeanCreator, DestBeanBuilderCreator destBeanBuilderCreator, BeanMappingGenerator beanMappingGenerator, PropertyDescriptorFactory propertyDescriptorFactory) -
Uses of CacheManager in com.github.dozermapper.core.cache
Classes in com.github.dozermapper.core.cache that implement CacheManager Modifier and Type Class Description classDefaultCacheManager
-