| Package | Description |
|---|---|
| com.github.dozermapper.core.cache |
Caching for dozer objects
|
| com.github.dozermapper.core.converters |
Convertor extensions based on
Converter |
| com.github.dozermapper.core.util |
Utility methods used by the mapper
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCache<KeyType,ValueType>
Default cache manager implementation backed by
LRUMap |
| Modifier and Type | Method and Description |
|---|---|
Cache |
DefaultCacheManager.getCache(String name)
Get cache object by name.
|
Cache |
CacheManager.getCache(String cacheName)
Get cache object by name.
|
Cache |
DefaultCacheManager.putCache(String name,
int maxElementsInMemory)
Puts cache object into store
|
Cache |
CacheManager.putCache(String cacheName,
int maximumSize)
Puts cache object into store
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Cache> |
DefaultCacheManager.getCaches()
Returns a collection of all caches
|
Collection<Cache> |
CacheManager.getCaches()
Returns a collection of all caches
|
| Modifier and Type | Method and Description |
|---|---|
Class |
CustomConverterContainer.getCustomConverter(Class<?> srcClass,
Class<?> destClass,
Cache converterTypeCache) |
| Modifier and Type | Method and 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) |
Copyright © 2005–2021 dozer. All rights reserved.