Uses of Class
org.apache.velocity.util.introspection.ClassMap.MethodCache
-
Packages that use ClassMap.MethodCache Package Description org.apache.velocity.util.introspection -
-
Uses of ClassMap.MethodCache in org.apache.velocity.util.introspection
Fields in org.apache.velocity.util.introspection declared as ClassMap.MethodCache Modifier and Type Field Description private ClassMap.MethodCache
ClassMap. methodCache
Methods in org.apache.velocity.util.introspection that return ClassMap.MethodCache Modifier and Type Method Description private ClassMap.MethodCache
ClassMap. createMethodCache()
Populate the Map of direct hits.Methods in org.apache.velocity.util.introspection with parameters of type ClassMap.MethodCache Modifier and Type Method Description private void
ClassMap. populateMethodCacheWith(ClassMap.MethodCache methodCache, java.lang.Class classToReflect)
private void
ClassMap. populateMethodCacheWithInterface(ClassMap.MethodCache methodCache, java.lang.Class iface)
-