Class PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap

  • All Implemented Interfaces:
    CallSite
    Enclosing class:
    PojoMetaMethodSite

    public static class PojoMetaMethodSite.PojoMetaMethodSiteNoUnwrap
    extends PojoMetaMethodSite
    Call site where we know there is no need to unwrap arguments
    • Constructor Detail

      • PojoMetaMethodSiteNoUnwrap

        public PojoMetaMethodSiteNoUnwrap​(CallSite site,
                                          MetaClassImpl metaClass,
                                          MetaMethod metaMethod,
                                          java.lang.Class[] params)
    • Method Detail

      • invoke

        public final java.lang.Object invoke​(java.lang.Object receiver,
                                             java.lang.Object[] args)
                                      throws java.lang.Throwable
        Overrides:
        invoke in class PojoMetaMethodSite
        Throws:
        java.lang.Throwable