Uses of Class
org.apache.velocity.util.introspection.ClassMap
-
Packages that use ClassMap Package Description org.apache.velocity.util.introspection -
-
Uses of ClassMap in org.apache.velocity.util.introspection
Fields in org.apache.velocity.util.introspection with type parameters of type ClassMap Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,ClassMap>
IntrospectorCache. classMapCache
Holds the method maps for the classes we know about.Methods in org.apache.velocity.util.introspection that return ClassMap Modifier and Type Method Description ClassMap
IntrospectorCache. get(java.lang.Class<?> c)
Lookup a given Class object in the cache.ClassMap
IntrospectorCache. put(java.lang.Class<?> c)
Creates a class map for specific class and registers it in the cache.
-