Uses of Class
org.codehaus.plexus.interpolation.reflection.ClassMap
Packages that use ClassMap
-
Uses of ClassMap in org.codehaus.plexus.interpolation.reflection
Fields in org.codehaus.plexus.interpolation.reflection with type parameters of type ClassMapModifier and TypeFieldDescriptionprivate static final Map<Class<?>,
WeakReference<ClassMap>> ReflectionValueExtractor.classMaps
Use a WeakHashMap here, so the keys (Class objects) can be garbage collected.Methods in org.codehaus.plexus.interpolation.reflection that return ClassMapModifier and TypeMethodDescriptionprivate static ClassMap
ReflectionValueExtractor.getClassMap
(Class<?> clazz)