Package com.aerospike.mapper.tools
Class ClassCache
java.lang.Object
com.aerospike.mapper.tools.ClassCache
public class ClassCache extends Object
-
Method Summary
Modifier and Type Method Description void
addConfiguration(@NotNull Configuration configuration)
void
clear()
This method is typically only used for testingClassCacheEntry<?>
getCacheEntryFromStoredName(@NotNull String name)
ClassConfig
getClassConfig(Class<?> clazz)
ClassConfig
getClassConfig(String className)
static ClassCache
getInstance()
boolean
hasClass(Class<?> clazz)
boolean
hasClassConfig(Class<?> clazz)
boolean
hasClassConfig(String className)
<T> ClassCacheEntry<T>
loadClass(@NotNull Class<T> clazz, IBaseAeroMapper mapper)
-
Method Details
-
getInstance
-
loadClass
-
getCacheEntryFromStoredName
-
hasClass
-
clear
public void clear()This method is typically only used for testing -
addConfiguration
-
getClassConfig
-
getClassConfig
-
hasClassConfig
-
hasClassConfig
-