| 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.createForwardingMethodBody(ClassMethod classMethod,
MethodInformation method,
ClassMethod staticConstructor) |
protected void |
InterceptedSubclassFactory.createForwardingMethodBody(ClassMethod classMethod,
MethodInformation method,
ClassMethod staticConstructor) |
protected void |
ClientProxyFactory.createForwardingMethodBody(ClassMethod classMethod,
MethodInformation methodInfo,
ClassMethod staticConstructor)
Calls methodHandler.invoke with a null method parameter in order to
get the underlying instance.
|
protected void |
InterceptedSubclassFactory.createInterceptorBody(ClassMethod method,
MethodInformation methodInfo,
boolean delegateToSuper,
ClassMethod staticConstructor)
Creates the given method on the proxy class where the implementation
forwards the call directly to the method handler.
|
protected void |
ProxyFactory.createInterceptorBody(ClassMethod classMethod,
MethodInformation method,
ClassMethod staticConstructor)
Creates the given method on the proxy class where the implementation
forwards the call directly to the method handler.
|
protected void |
ProxyFactory.createSpecialMethodBody(ClassMethod proxyClassType,
MethodInformation method,
ClassMethod staticConstructor) |
protected void |
InterceptedSubclassFactory.invokeMethodHandler(ClassMethod method,
MethodInformation methodInfo,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver,
boolean addProceed,
ClassMethod staticConstructor)
calls methodHandler.invoke for a given method
|
protected void |
ProxyFactory.invokeMethodHandler(ClassMethod classMethod,
MethodInformation method,
boolean addReturnInstruction,
BytecodeMethodResolver bytecodeMethodResolver,
ClassMethod staticConstructor)
calls methodHandler.invoke for a given method
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeMethodInformation
Contains all the data that is needed when working with a method in bytecode
|
class |
StaticMethodInformation |
Copyright © 2016. All Rights Reserved.