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 aDynamicTypeby 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 classRebaseImplementationTarget.RebasedMethodInvocationAImplementation.SpecialMethodInvocationwhich 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 classImplementation.SpecialMethodInvocation.SimpleA canonical implementation of aImplementation.SpecialMethodInvocation.
-