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