Package net.bytebuddy.implementation
Interface MethodCall.TargetHandler.Factory
- All Superinterfaces:
InstrumentedType.Prepareable
- All Known Implementing Classes:
MethodCall.TargetHandler.ForConstructingInvocation.Factory
,MethodCall.TargetHandler.ForField.Factory
,MethodCall.TargetHandler.ForMethodCall.Factory
,MethodCall.TargetHandler.ForMethodParameter
,MethodCall.TargetHandler.ForSelfOrStaticInvocation.Factory
,MethodCall.TargetHandler.ForValue.Factory
,MethodCall.TargetHandler.Simple
- Enclosing interface:
MethodCall.TargetHandler
A factory for creating a target handler.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable
InstrumentedType.Prepareable.NoOp
-
Method Summary
Modifier and TypeMethodDescriptionmake
(Implementation.Target implementationTarget) Creates a target handler for a given implementation target.Methods inherited from interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable
prepare
-
Method Details
-
make
Creates a target handler for a given implementation target.- Parameters:
implementationTarget
- The implementation target to use.- Returns:
- The target handler to use.
-