public interface Invoker
Modifier and Type | Method and Description |
---|---|
Class<?> |
getType() |
Object |
invoke(Object target,
Object[] args) |
Object invoke(Object target, Object[] args) throws IllegalAccessException, InvocationTargetException
Class<?> getType()
Copyright © 2009–2020 MyBatis.org. All rights reserved.