public class ProxyFactory.ProxyConstructorBodyCreator extends Object implements ConstructorBodyCreator
| Constructor and Description |
|---|
ProxyFactory.ProxyConstructorBodyCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
overrideConstructor(org.jboss.classfilewriter.ClassMethod method,
Constructor<?> constructor)
Override the given constructor.
|
public ProxyFactory.ProxyConstructorBodyCreator()
public void overrideConstructor(org.jboss.classfilewriter.ClassMethod method,
Constructor<?> constructor)
overrideConstructor in interface ConstructorBodyCreatormethod - the class method to populateconstructor - the constructor to overrideCopyright © 2012 JBoss by Red Hat. All Rights Reserved.