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 TypeMethodDescriptionvoidOgnlCache.setClassCacheInspector(ClassCacheInspector inspector) Registers the specifiedClassCacheInspectorwith all class reflection based internal caches.static voidOgnlRuntime.setClassCacheInspector(ClassCacheInspector inspector) Registers the specifiedClassCacheInspectorwith 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 ClassCacheInspectorClassCacheImpl.classInspectorprivate ClassCacheInspectorConcurrentHashMapClassCache.inspectorprivate ClassCacheInspectorHashMapClassCache.inspectorprivate ClassCacheInspectorReentrantReadWriteLockClassCache.inspectorMethods in org.apache.commons.ognl.internal with parameters of type ClassCacheInspectorModifier and TypeMethodDescriptionvoidClassCache.setClassInspector(ClassCacheInspector inspector) voidClassCacheImpl.setClassInspector(ClassCacheInspector inspector) voidConcurrentHashMapClassCache.setClassInspector(ClassCacheInspector inspector) voidHashMapClassCache.setClassInspector(ClassCacheInspector inspector) voidReentrantReadWriteLockClassCache.setClassInspector(ClassCacheInspector inspector)