Uses of Enum
net.bytebuddy.implementation.SuperMethodCall
Packages that use SuperMethodCall
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of SuperMethodCall in net.bytebuddy.implementation
Subclasses with type arguments of type SuperMethodCall in net.bytebuddy.implementationModifier and TypeClassDescriptionenumThis implementation will create a new method which simply calls its super method.Methods in net.bytebuddy.implementation that return SuperMethodCallModifier and TypeMethodDescriptionstatic SuperMethodCallReturns the enum constant of this type with the specified name.static SuperMethodCall[]SuperMethodCall.values()Returns an array containing the constants of this enum type, in the order they are declared.