Uses of Class
net.bytebuddy.implementation.Implementation.SpecialMethodInvocation.AbstractBase
-
Packages that use Implementation.SpecialMethodInvocation.AbstractBase Package Description net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type.net.bytebuddy.implementation 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.inline Modifier and Type Class Description protected static class
RebaseImplementationTarget.RebasedMethodInvocation
AImplementation.SpecialMethodInvocation
which invokes a rebased method as given by aMethodRebaseResolver
. -
Uses of Implementation.SpecialMethodInvocation.AbstractBase in net.bytebuddy.implementation
Subclasses of Implementation.SpecialMethodInvocation.AbstractBase in net.bytebuddy.implementation Modifier and Type Class Description static class
Implementation.SpecialMethodInvocation.Simple
A canonical implementation of aImplementation.SpecialMethodInvocation
.
-