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
Fields in org.apache.ibatis.reflection with type parameters of type Invoker Modifier and Type Field Description private java.util.Map<java.lang.String,Invoker>
Reflector. getMethods
private java.util.Map<java.lang.String,Invoker>
Reflector. setMethods
Methods in org.apache.ibatis.reflection that return Invoker Modifier and Type Method Description Invoker
MetaClass. getGetInvoker(java.lang.String name)
Invoker
Reflector. getGetInvoker(java.lang.String propertyName)
Invoker
MetaClass. getSetInvoker(java.lang.String name)
Invoker
Reflector. getSetInvoker(java.lang.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 class
AmbiguousMethodInvoker
class
GetFieldInvoker
class
MethodInvoker
class
SetFieldInvoker
-