Uses of Interface
org.apache.commons.ognl.MethodAccessor
Packages that use MethodAccessor
-
Uses of MethodAccessor in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement MethodAccessorModifier and TypeClassDescriptionclassImplementation of PropertyAccessor that uses reflection on the target object's class to find a field or a pair of set/get methods with the given property name.Fields in org.apache.commons.ognl with type parameters of type MethodAccessorModifier and TypeFieldDescriptionprivate final ClassCache<MethodAccessor> OgnlCache.methodAccessorsMethods in org.apache.commons.ognl that return MethodAccessorModifier and TypeMethodDescriptionOgnlCache.getMethodAccessor(Class<?> clazz) static MethodAccessorOgnlRuntime.getMethodAccessor(Class<?> clazz) Methods in org.apache.commons.ognl with parameters of type MethodAccessorModifier and TypeMethodDescriptionvoidOgnlCache.setMethodAccessor(Class<?> clazz, MethodAccessor accessor) static voidOgnlRuntime.setMethodAccessor(Class<?> clazz, MethodAccessor accessor)