Uses of Interface
org.apache.commons.ognl.ClassCacheInspector
Packages that use ClassCacheInspector
-
Uses of ClassCacheInspector in org.apache.commons.ognl
Methods in org.apache.commons.ognl with parameters of type ClassCacheInspectorModifier and TypeMethodDescriptionvoid
OgnlCache.setClassCacheInspector
(ClassCacheInspector inspector) Registers the specifiedClassCacheInspector
with all class reflection based internal caches.static void
OgnlRuntime.setClassCacheInspector
(ClassCacheInspector inspector) Registers the specifiedClassCacheInspector
with all class reflection based internal caches. -
Uses of ClassCacheInspector in org.apache.commons.ognl.internal
Fields in org.apache.commons.ognl.internal declared as ClassCacheInspectorModifier and TypeFieldDescriptionprivate ClassCacheInspector
ClassCacheImpl.classInspector
private ClassCacheInspector
ConcurrentHashMapClassCache.inspector
private ClassCacheInspector
HashMapClassCache.inspector
private ClassCacheInspector
ReentrantReadWriteLockClassCache.inspector
Methods in org.apache.commons.ognl.internal with parameters of type ClassCacheInspectorModifier and TypeMethodDescriptionvoid
ClassCache.setClassInspector
(ClassCacheInspector inspector) void
ClassCacheImpl.setClassInspector
(ClassCacheInspector inspector) void
ConcurrentHashMapClassCache.setClassInspector
(ClassCacheInspector inspector) void
HashMapClassCache.setClassInspector
(ClassCacheInspector inspector) void
ReentrantReadWriteLockClassCache.setClassInspector
(ClassCacheInspector inspector)