Uses of Class
org.apache.velocity.util.introspection.ClassFieldMap
Packages that use ClassFieldMap
-
Uses of ClassFieldMap in org.apache.velocity.util.introspection
Fields in org.apache.velocity.util.introspection with type parameters of type ClassFieldMapModifier and TypeFieldDescriptionprivate final Map<Class<?>, ClassFieldMap> IntrospectorCache.classFieldMapCacheHolds the field maps for the classes we know about.Methods in org.apache.velocity.util.introspection that return ClassFieldMapModifier and TypeMethodDescriptionIntrospectorCache.getFieldMap(Class<?> c) Lookup a given Class object in the cache.