org.apache.ibatis.reflection.invoker
Class SetFieldInvoker
java.lang.Object
org.apache.ibatis.reflection.invoker.SetFieldInvoker
- All Implemented Interfaces:
- Invoker
public class SetFieldInvoker
- extends Object
- implements Invoker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetFieldInvoker
public SetFieldInvoker(Field field)
invoke
public Object invoke(Object target,
Object[] args)
throws IllegalAccessException,
InvocationTargetException
- Specified by:
invoke
in interface Invoker
- Throws:
IllegalAccessException
InvocationTargetException
getType
public Class<?> getType()
- Specified by:
getType
in interface Invoker
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.