Package | Description |
---|---|
org.apache.ibatis.reflection |
Reflection utils.
|
org.apache.ibatis.reflection.invoker |
Unused.
|
Modifier and Type | Method and Description |
---|---|
Invoker |
Reflector.getGetInvoker(String propertyName) |
Invoker |
MetaClass.getGetInvoker(String name) |
Invoker |
Reflector.getSetInvoker(String propertyName) |
Invoker |
MetaClass.getSetInvoker(String name) |
Modifier and Type | Class and Description |
---|---|
class |
GetFieldInvoker |
class |
MethodInvoker |
class |
SetFieldInvoker |
Copyright © 2010–2015 MyBatis.org. All rights reserved.