org.apache.ibatis.reflection.invoker
Interface Invoker
- All Known Implementing Classes:
- GetFieldInvoker, MethodInvoker, SetFieldInvoker
public interface Invoker
Method Summary |
java.lang.Class |
getType()
|
java.lang.Object |
invoke(java.lang.Object target,
java.lang.Object[] args)
|
invoke
java.lang.Object invoke(java.lang.Object target,
java.lang.Object[] args)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
getType
java.lang.Class getType()
Copyright © 2010. All Rights Reserved.