Uses of Interface
org.apache.ibatis.reflection.invoker.Invoker
- 
Packages that use Invoker Package Description org.apache.ibatis.reflection Reflection utils.org.apache.ibatis.reflection.invoker Unused. - 
- 
Uses of Invoker in org.apache.ibatis.reflection
Methods in org.apache.ibatis.reflection that return Invoker Modifier and Type Method Description InvokerMetaClass. getGetInvoker(String name)InvokerReflector. getGetInvoker(String propertyName)InvokerMetaClass. getSetInvoker(String name)InvokerReflector. getSetInvoker(String propertyName) - 
Uses of Invoker in org.apache.ibatis.reflection.invoker
Classes in org.apache.ibatis.reflection.invoker that implement Invoker Modifier and Type Class Description classAmbiguousMethodInvokerclassGetFieldInvokerclassMethodInvokerclassSetFieldInvoker 
 -