Uses of Class
net.bytebuddy.implementation.SuperMethodCall.Appender.TerminationHandler
-
Packages that use SuperMethodCall.Appender.TerminationHandler Package Description net.bytebuddy.implementation 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.TerminationHandler Modifier and Type Field Description private SuperMethodCall.Appender.TerminationHandlerSuperMethodCall.Appender. terminationHandlerThe termination handler to apply after invoking the super method.Methods in net.bytebuddy.implementation that return SuperMethodCall.Appender.TerminationHandler Modifier and Type Method Description static SuperMethodCall.Appender.TerminationHandlerSuperMethodCall.Appender.TerminationHandler. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SuperMethodCall.Appender.TerminationHandler[]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.TerminationHandler Constructor Description Appender(Implementation.Target implementationTarget, SuperMethodCall.Appender.TerminationHandler terminationHandler)Creates a new appender.
-