| 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.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
DecoratorProxyFactory.TargetInstanceBytecodeMethodResolver |
class |
DefaultBytecodeMethodResolver
A
BytecodeMethodResolver that looks up the method using the
reflection API. |
| Modifier and Type | Field and Description |
|---|---|
protected static BytecodeMethodResolver |
ProxyFactory.DEFAULT_METHOD_RESOLVER |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2016. All Rights Reserved.