T - the type of the values in the mappublic abstract class ClassMap<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ClassMap(ClassLoader classLoader)
Creates a new class map.
|
protected ClassMap(ClassLoader classLoader)
classLoader - the classloader that determines strong referenceability.protected abstract T computeValue(Class<?> clazz)
clazz - the class to compute the value forCopyright © 2013 Attila Szegedi. All rights reserved.