Package | Description |
---|---|
org.apache.velocity.util.introspection |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<?>,ClassMap> |
IntrospectorCache.classMapCache
Holds the method maps for the classes we know about.
|
Modifier and Type | Method and 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.
|