Uses of Class
ognl.internal.entry.MethodAccessEntryValue
-
Packages that use MethodAccessEntryValue 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 MethodAccessEntryValue in ognl
Fields in ognl with type parameters of type MethodAccessEntryValue Modifier and Type Field Description private Cache<java.lang.reflect.Method,MethodAccessEntryValue>OgnlCache. methodAccessCacheMethods in ognl that return MethodAccessEntryValue Modifier and Type Method Description MethodAccessEntryValueOgnlCache. getMethodAccess(java.lang.reflect.Method method) -
Uses of MethodAccessEntryValue in ognl.internal.entry
Fields in ognl.internal.entry declared as MethodAccessEntryValue Modifier and Type Field Description static MethodAccessEntryValueMethodAccessCacheEntryFactory. ACCESSIBLE_NON_PUBLIC_METHODstatic MethodAccessEntryValueMethodAccessCacheEntryFactory. INACCESSIBLE_NON_PUBLIC_METHODstatic MethodAccessEntryValueMethodAccessCacheEntryFactory. PUBLIC_METHODMethods in ognl.internal.entry that return MethodAccessEntryValue Modifier and Type Method Description MethodAccessEntryValueMethodAccessCacheEntryFactory. create(java.lang.reflect.Method method)
-