Class ProxyFactory.ProxyMethodBodyCreator

    • Constructor Detail

      • ProxyMethodBodyCreator

        public ProxyMethodBodyCreator()
    • Method Detail

      • overrideMethod

        public void overrideMethod​(org.jboss.classfilewriter.ClassMethod method,
                                   Method superclassMethod)
        Override a method by forwarding all calls to the dispatcher.
        Specified by:
        overrideMethod in interface MethodBodyCreator
        Parameters:
        method - the method to populate
        superclassMethod - the method to override