Uses of Interface
org.apache.ibatis.ognl.MethodAccessor

Packages that use MethodAccessor
org.apache.ibatis.ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. 
 

Uses of MethodAccessor in org.apache.ibatis.ognl
 

Classes in org.apache.ibatis.ognl that implement MethodAccessor
 class ObjectMethodAccessor
          Implementation 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.
 

Methods in org.apache.ibatis.ognl that return MethodAccessor
static MethodAccessor OgnlRuntime.getMethodAccessor(java.lang.Class cls)
           
 

Methods in org.apache.ibatis.ognl with parameters of type MethodAccessor
static void OgnlRuntime.setMethodAccessor(java.lang.Class cls, MethodAccessor accessor)
           
 



Copyright © 2010 MyBatis.org. All Rights Reserved.