Class ProxyFactory.ProxyConstructorBodyCreator

    • Constructor Detail

      • ProxyConstructorBodyCreator

        public ProxyConstructorBodyCreator()
    • Method Detail

      • overrideConstructor

        public void overrideConstructor​(org.jboss.classfilewriter.ClassMethod method,
                                        Constructor<?> constructor)
        Override the given constructor.
        Specified by:
        overrideConstructor in interface ConstructorBodyCreator
        Parameters:
        method - the class method to populate
        constructor - the constructor to override