| Package | Description |
|---|---|
| org.jboss.weld.bean.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| org.jboss.weld.util.bytecode |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyFactory.addConstructors(ClassFile proxyClassType,
List<DeferredBytecode> initialValueBytecode)
Adds a constructor for the proxy for each constructor declared by the base
bean type.
|
protected void |
ProxyFactory.addFields(ClassFile proxyClassType,
List<DeferredBytecode> initialValueBytecode) |
protected void |
ClientProxyFactory.addFields(ClassFile proxyClassType,
List<DeferredBytecode> initialValueBytecode) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConstructorUtils.addConstructor(String returnType,
String[] params,
String[] exceptions,
ClassFile file,
List<DeferredBytecode> initialValueBytecode,
boolean useUnsafeInstantiators)
Adds a constructor that delegates to a super constructor with the same
descriptor.
|
static void |
ConstructorUtils.addDefaultConstructor(ClassFile file,
List<DeferredBytecode> initialValueBytecode,
boolean useUnsafeInstantiators)
adds a constructor that calls super()
|
Copyright © 2016. All Rights Reserved.