Package net.bytebuddy.implementation
Interface MethodCall.TerminationHandler.Factory
- All Known Implementing Classes:
MethodCall.TerminationHandler.FieldSetting.Explicit
,MethodCall.TerminationHandler.FieldSetting.Implicit
,MethodCall.TerminationHandler.Simple
- Enclosing interface:
MethodCall.TerminationHandler
public static interface MethodCall.TerminationHandler.Factory
A factory for creating a termination handler.
-
Method Summary
Modifier and TypeMethodDescriptionmake
(TypeDescription instrumentedType) Creates a termination handler for a given instrumented type.
-
Method Details
-
make
Creates a termination handler for a given instrumented type.- Parameters:
instrumentedType
- The instrumented type.- Returns:
- A termination handler to apply for the instrumented type.
-