Uses of Class
com.github.dozermapper.core.cache.DozerCacheType
-
Packages that use DozerCacheType Package Description com.github.dozermapper.core.cache Caching for dozer objects -
-
Uses of DozerCacheType in com.github.dozermapper.core.cache
Methods in com.github.dozermapper.core.cache that return DozerCacheType Modifier and Type Method Description static DozerCacheTypeDozerCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static DozerCacheType[]DozerCacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-