public abstract class GeneratedMetaMethod
extends MetaMethod
| Modifiers | Name | Description |
|---|---|---|
static class |
GeneratedMetaMethod.DgmMethodRecord |
|
static class |
GeneratedMetaMethod.Proxy |
| Fields inherited from class | Fields |
|---|---|
class MetaMethod |
EMPTY_ARRAY |
| Constructor and description |
|---|
GeneratedMetaMethod(String name, CachedClass declaringClass, Class returnType, Class[] parameters) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public CachedClass |
getDeclaringClass() |
|
public int |
getModifiers() |
|
public String |
getName() |
|
public Class |
getReturnType() |
|
public MethodHandle |
getTargetMethodHandle()Returns a MethodHandle pointing directly to the underlying target method, or null if not available. |
| Methods inherited from class | Name |
|---|---|
class MetaMethod |
checkParameters, clone, doMethodInvoke, equal, equal, getDeclaringClass, getDescriptor, getModifiers, getMopName, getName, getReturnType, getSignature, invoke, isAbstract, isCacheable, isDefault, isMethod, isSame, processDoMethodInvokeException, toString |
class ParameterTypes |
coerceArgumentsToClasses, correctArguments, getNativeParameterTypes, getPT, getParameterTypes, isValidExactMethod, isValidExactMethod, isValidMethod, isValidMethod, isVargsMethod, isVargsMethod, setParametersTypes |
Returns a MethodHandle pointing directly to the underlying target method,
or null if not available.
Generated DGM adapter classes override this to provide a pre-computed handle that avoids the boxing overhead of invoke(Object, Object[]).
nullCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.