Uses of Enum Class
net.bytebuddy.implementation.SuperMethodCall.Appender.TerminationHandler
Packages that use SuperMethodCall.Appender.TerminationHandler
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of SuperMethodCall.Appender.TerminationHandler in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation declared as SuperMethodCall.Appender.TerminationHandlerModifier and TypeFieldDescriptionprivate final SuperMethodCall.Appender.TerminationHandlerSuperMethodCall.Appender.terminationHandlerThe termination handler to apply after invoking the super method.Methods in net.bytebuddy.implementation that return SuperMethodCall.Appender.TerminationHandlerModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SuperMethodCall.Appender.TerminationHandler.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.bytebuddy.implementation with parameters of type SuperMethodCall.Appender.TerminationHandlerModifierConstructorDescriptionprotectedAppender(Implementation.Target implementationTarget, SuperMethodCall.Appender.TerminationHandler terminationHandler) Creates a new appender.