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