Uses of Enum
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
Subclasses with type arguments of type SuperMethodCall.Appender.TerminationHandler in net.bytebuddy.implementationModifier and TypeClassDescriptionprotected static enumA handler that determines how to handle the method return value.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 type with the specified name.SuperMethodCall.Appender.TerminationHandler.values()Returns an array containing the constants of this enum type, 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.