[Java] Class PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap

  • org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
public static class PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
extends PojoMetaMethodSite

Call site where we know there is no need to unwrap arguments

Constructor Detail

public PojoMetaMethodSiteNoUnwrap(CallSite site, MetaClassImpl metaClass, MetaMethod metaMethod, Class[] params)

Method Detail

public final Object invoke(Object receiver, Object[] args)