|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache | |
|---|---|
| org.dozer.cache | |
| org.dozer.converters | |
| org.dozer.util | |
| Uses of Cache in org.dozer.cache |
|---|
| Classes in org.dozer.cache that implement Cache | |
|---|---|
class |
DozerCache<KeyType,ValueType>
Map backed Cache implementation. |
| Methods in org.dozer.cache that return Cache | |
|---|---|
Cache |
DozerCacheManager.getCache(String name)
|
Cache |
CacheManager.getCache(String cacheName)
Get Cache object by name. |
| Methods in org.dozer.cache that return types with arguments of type Cache | |
|---|---|
Collection<Cache> |
DozerCacheManager.getCaches()
|
Collection<Cache> |
CacheManager.getCaches()
|
| Methods in org.dozer.cache with parameters of type Cache | |
|---|---|
void |
DozerCacheManager.addCache(Cache cache)
|
| Uses of Cache in org.dozer.converters |
|---|
| Methods in org.dozer.converters with parameters of type Cache | |
|---|---|
Class |
CustomConverterContainer.getCustomConverter(Class<?> srcClass,
Class<?> destClass,
Cache converterTypeCache)
|
| Uses of Cache in org.dozer.util |
|---|
| Methods in org.dozer.util with parameters of type Cache | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||