| Package | Description |
|---|---|
| org.dozer.cache | |
| org.dozer.converters | |
| org.dozer.util |
| Modifier and Type | Class and Description |
|---|---|
class |
DozerCache<KeyType,ValueType>
Map backed Cache implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Cache |
DozerCacheManager.getCache(String name) |
Cache |
CacheManager.getCache(String cacheName)
Get Cache object by name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Cache> |
DozerCacheManager.getCaches() |
Collection<Cache> |
CacheManager.getCaches() |
| Modifier and Type | Method and Description |
|---|---|
void |
DozerCacheManager.addCache(Cache cache) |
| 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-2014 dozer. All Rights Reserved.