Package ognl
Class OgnlRuntime.ClassPropertyMethodCache
- java.lang.Object
-
- ognl.OgnlRuntime.ClassPropertyMethodCache
-
- Enclosing class:
- OgnlRuntime
private static final class OgnlRuntime.ClassPropertyMethodCache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.reflect.Method>>cacheprivate static java.lang.reflect.MethodNULL_REPLACEMENT
-
Constructor Summary
Constructors Constructor Description ClassPropertyMethodCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidclear()Allow clearing for the underlying cache of the ClassPropertyMethodCache.(package private) java.lang.reflect.Methodget(java.lang.Class clazz, java.lang.String propertyName)(package private) voidput(java.lang.Class clazz, java.lang.String propertyName, java.lang.reflect.Method method)
-
-
-
Method Detail
-
get
java.lang.reflect.Method get(java.lang.Class clazz, java.lang.String propertyName)
-
put
void put(java.lang.Class clazz, java.lang.String propertyName, java.lang.reflect.Method method)
-
clear
void clear()
Allow clearing for the underlying cache of the ClassPropertyMethodCache.- Since:
- 3.1.25
-
-