Package org.jboss.invocation.proxy
Class ProxyFactory.ProxyConstructorBodyCreator
- java.lang.Object
-
- org.jboss.invocation.proxy.ProxyFactory.ProxyConstructorBodyCreator
-
- All Implemented Interfaces:
ConstructorBodyCreator
- Enclosing class:
- ProxyFactory<T>
public class ProxyFactory.ProxyConstructorBodyCreator extends Object implements ConstructorBodyCreator
Generates a proxy constructor that delegates to super(), and then sets the constructed flag to true.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ProxyConstructorBodyCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoverrideConstructor(org.jboss.classfilewriter.ClassMethod method, Constructor<?> constructor)Override the given constructor.
-
-
-
Method Detail
-
overrideConstructor
public void overrideConstructor(org.jboss.classfilewriter.ClassMethod method, Constructor<?> constructor)Override the given constructor.- Specified by:
overrideConstructorin interfaceConstructorBodyCreator- Parameters:
method- the class method to populateconstructor- the constructor to override
-
-