org.dozer.cache
Class CacheKeyFactory
java.lang.Object
org.dozer.cache.CacheKeyFactory
public final class CacheKeyFactory
- extends Object
Internal class that is responsible for producing cache keys. Only intended for internal use.
- Author:
- tierney.matt, dmitry.buzdin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createKey
public static Object createKey(Class<?> destClass,
Class<?> srcClass)
createKey
public static Object createKey(Class<?> destClass,
Class<?> srcClass,
String mapId)
Copyright © 2005-2011 dozer. All Rights Reserved.