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 classAImplementation.SpecialMethodInvocationwhich invokes a rebased method as given by aMethodRebaseResolver. -
Uses of Implementation.SpecialMethodInvocation.AbstractBase in net.bytebuddy.implementation
Modifier and TypeClassDescriptionstatic classA canonical implementation of aImplementation.SpecialMethodInvocation.