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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodCall.TerminationHandler
make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type.
-
-
-
Method Detail
-
make
MethodCall.TerminationHandler make(TypeDescription instrumentedType)
Creates a termination handler for a given instrumented type.- Parameters:
instrumentedType
- The instrumented type.- Returns:
- A termination handler to apply for the instrumented type.
-
-