Uses of Class
net.bytebuddy.implementation.MethodCall.TerminationHandler
-
Packages that use MethodCall.TerminationHandler Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.TerminationHandler in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation declared as MethodCall.TerminationHandler Modifier and Type Field Description protected MethodCall.TerminationHandler
MethodCall. terminationHandler
The termination handler to use.Methods in net.bytebuddy.implementation that return MethodCall.TerminationHandler Modifier and Type Method Description static MethodCall.TerminationHandler
MethodCall.TerminationHandler. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MethodCall.TerminationHandler[]
MethodCall.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 MethodCall.TerminationHandler Constructor Description MethodCall(MethodCall.MethodLocator methodLocator, MethodCall.TargetHandler targetHandler, java.util.List<MethodCall.ArgumentLoader.Factory> argumentLoaders, MethodCall.MethodInvoker methodInvoker, MethodCall.TerminationHandler terminationHandler, Assigner assigner, Assigner.Typing typing)
Creates a new method call implementation.
-