Uses of Interface
com.github.dozermapper.core.cache.Cache
-
Packages that use Cache Package Description com.github.dozermapper.core.cache Caching for dozer objectscom.github.dozermapper.core.converters Convertor extensions based onConvertercom.github.dozermapper.core.util Utility methods used by the mapper -
-
Uses of Cache in com.github.dozermapper.core.cache
Classes in com.github.dozermapper.core.cache that implement Cache Modifier and Type Class Description classDefaultCache<KeyType,ValueType>Default cache manager implementation backed byDefaultCache.LRUMapMethods in com.github.dozermapper.core.cache that return Cache Modifier and Type Method Description CacheCacheManager. getCache(String cacheName)Get cache object by name.CacheDefaultCacheManager. getCache(String name)Get cache object by name.CacheCacheManager. putCache(String cacheName, int maximumSize)Puts cache object into storeCacheDefaultCacheManager. putCache(String name, int maxElementsInMemory)Puts cache object into storeMethods in com.github.dozermapper.core.cache that return types with arguments of type Cache Modifier and Type Method Description Collection<Cache>CacheManager. getCaches()Returns a collection of all cachesCollection<Cache>DefaultCacheManager. getCaches()Returns a collection of all caches -
Uses of Cache in com.github.dozermapper.core.converters
Methods in com.github.dozermapper.core.converters with parameters of type Cache Modifier and Type Method Description ClassCustomConverterContainer. getCustomConverter(Class<?> srcClass, Class<?> destClass, Cache converterTypeCache) -
Uses of Cache in com.github.dozermapper.core.util
Methods in com.github.dozermapper.core.util with parameters of type Cache Modifier and Type Method Description static Class<?>MappingUtils. determineCustomConverter(FieldMap fieldMap, Cache converterByDestTypeCache, CustomConverterContainer customConverterContainer, Class<?> srcClass, Class<?> destClass)static Class<?>MappingUtils. findCustomConverter(Cache converterByDestTypeCache, CustomConverterContainer customConverterContainer, Class<?> srcClass, Class<?> destClass)
-