Package | Description |
---|---|
org.jboss.weld.bean.proxy | |
org.jboss.weld.util.bytecode |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyFactory.addConstructors(org.jboss.classfilewriter.ClassFile proxyClassType,
List<DeferredBytecode> initialValueBytecode)
Adds a constructor for the proxy for each constructor declared by the base
bean type.
|
protected void |
ClientProxyFactory.addFields(org.jboss.classfilewriter.ClassFile proxyClassType,
List<DeferredBytecode> initialValueBytecode) |
protected void |
ProxyFactory.addFields(org.jboss.classfilewriter.ClassFile proxyClassType,
List<DeferredBytecode> initialValueBytecode) |
Modifier and Type | Method and Description |
---|---|
static void |
ConstructorUtils.addConstructor(String returnType,
String[] params,
String[] exceptions,
org.jboss.classfilewriter.ClassFile file,
List<DeferredBytecode> initialValueBytecode,
boolean useUnsafeInstantiators)
Adds a constructor that delegates to a super constructor with the same
descriptor.
|
static void |
ConstructorUtils.addDefaultConstructor(org.jboss.classfilewriter.ClassFile file,
List<DeferredBytecode> initialValueBytecode,
boolean useUnsafeInstantiators)
adds a constructor that calls super()
|
Copyright © 2016. All rights reserved.