Package | Description |
---|---|
net.bytebuddy.implementation |
The implementation package contains any logic for intercepting method calls.
|
Modifier and Type | Class and Description |
---|---|
static class |
Implementation.Target.MethodLookup.Default
Default implementations of a
Implementation.Target.MethodLookup . |
Modifier and Type | Method and Description |
---|---|
Implementation.SpecialMethodInvocation |
Implementation.Target.invokeSuper(MethodDescription methodDescription,
Implementation.Target.MethodLookup methodLookup)
Creates a special method invocation for invoking the super method of the given method.
|
Implementation.SpecialMethodInvocation |
Implementation.Target.AbstractBase.invokeSuper(MethodDescription methodDescription,
Implementation.Target.MethodLookup methodLookup) |
Copyright © 2014–2015. All rights reserved.