Uses of Class
ognl.internal.entry.DeclaredMethodCacheEntry
-
Packages that use DeclaredMethodCacheEntry Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects.ognl.internal.entry -
-
Uses of DeclaredMethodCacheEntry in ognl
Fields in 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 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 ognl.internal.entry
Methods in ognl.internal.entry with parameters of type DeclaredMethodCacheEntry Modifier and Type Method Description protected booleanDeclaredMethodCacheEntryFactory. shouldCache(DeclaredMethodCacheEntry key, java.lang.reflect.Method method)
-