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.MethodCacheClassMap. methodCacheMethods in org.apache.velocity.util.introspection that return ClassMap.MethodCache Modifier and Type Method Description private ClassMap.MethodCacheClassMap. 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 voidClassMap. populateMethodCacheWith(ClassMap.MethodCache methodCache, java.lang.Class classToReflect)private voidClassMap. populateMethodCacheWithInterface(ClassMap.MethodCache methodCache, java.lang.Class iface)
-