com.ibatis.common.beans

Class MethodInvoker

public class MethodInvoker extends Object implements Invoker

Constructor Summary
MethodInvoker(Method method)
Method Summary
MethodgetMethod()
StringgetName()
Objectinvoke(Object target, Object[] args)

Constructor Detail

MethodInvoker

public MethodInvoker(Method method)

Method Detail

getMethod

public Method getMethod()

getName

public String getName()

invoke

public Object invoke(Object target, Object[] args)
Copyright © 2011. All Rights Reserved.