Uses of Class
net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.AbstractBase
Packages that use Implementation.SpecialMethodInvocation.AbstractBase
Package
Description
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.The implementation package contains any logic for intercepting method calls.
-
Uses of Implementation.SpecialMethodInvocation.AbstractBase in net.bytebuddy.dynamic.scaffold.inline
Subclasses of Implementation.SpecialMethodInvocation.AbstractBase in net.bytebuddy.dynamic.scaffold.inlineModifier and TypeClassDescriptionprotected static class
AImplementation.SpecialMethodInvocation
which invokes a rebased method as given by aMethodRebaseResolver
. -
Uses of Implementation.SpecialMethodInvocation.AbstractBase in net.bytebuddy.implementation
Modifier and TypeClassDescriptionstatic class
A canonical implementation of aImplementation.SpecialMethodInvocation
.