Uses of Class
org.apache.commons.ognl.internal.entry.DeclaredMethodCacheEntry
-
Packages that use DeclaredMethodCacheEntry Package Description org.apache.commons.ognl org.apache.commons.ognl.internal.entry -
-
Uses of DeclaredMethodCacheEntry in org.apache.commons.ognl
Fields in org.apache.commons.ognl with type parameters of type DeclaredMethodCacheEntry Modifier and Type Field Description private Cache<DeclaredMethodCacheEntry,java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>>OgnlCache. _methodCacheMethods in org.apache.commons.ognl with parameters of type DeclaredMethodCacheEntry Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<java.lang.reflect.Method>>OgnlCache. getMethod(DeclaredMethodCacheEntry declaredMethodCacheEntry) -
Uses of DeclaredMethodCacheEntry in org.apache.commons.ognl.internal.entry
Methods in org.apache.commons.ognl.internal.entry with parameters of type DeclaredMethodCacheEntry Modifier and Type Method Description protected booleanDeclaredMethodCacheEntryFactory. shouldCache(DeclaredMethodCacheEntry key, java.lang.reflect.Method method)
-