Uses of Interface
org.jboss.weld.util.bytecode.DeferredBytecode
Packages that use DeferredBytecode
-
Uses of DeferredBytecode in org.jboss.weld.bean.proxy
Method parameters in org.jboss.weld.bean.proxy with type arguments of type DeferredBytecodeModifier and TypeMethodDescriptionprotected voidProxyFactory.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 voidClientProxyFactory.addFields(org.jboss.classfilewriter.ClassFile proxyClassType, List<DeferredBytecode> initialValueBytecode) protected voidProxyFactory.addFields(org.jboss.classfilewriter.ClassFile proxyClassType, List<DeferredBytecode> initialValueBytecode) -
Uses of DeferredBytecode in org.jboss.weld.util.bytecode
Method parameters in org.jboss.weld.util.bytecode with type arguments of type DeferredBytecodeModifier and TypeMethodDescriptionstatic voidConstructorUtils.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 voidConstructorUtils.addDefaultConstructor(org.jboss.classfilewriter.ClassFile file, List<DeferredBytecode> initialValueBytecode, boolean useUnsafeInstantiators) adds a constructor that calls super()