Class MethodCall.TargetHandler.ForSelfOrStaticInvocation.Resolved

java.lang.Object
net.bytebuddy.implementation.MethodCall.TargetHandler.ForSelfOrStaticInvocation.Resolved
All Implemented Interfaces:
MethodCall.TargetHandler.Resolved
Enclosing class:
MethodCall.TargetHandler.ForSelfOrStaticInvocation

@Enhance protected static class MethodCall.TargetHandler.ForSelfOrStaticInvocation.Resolved extends Object implements MethodCall.TargetHandler.Resolved
A resolved target handler for a static or self-declared invocation.
  • Field Details

    • instrumentedType

      private final TypeDescription instrumentedType
      The instrumented type.
    • instrumentedMethod

      private final MethodDescription instrumentedMethod
      The instrumented method.
  • Constructor Details

    • Resolved

      protected Resolved(TypeDescription instrumentedType, MethodDescription instrumentedMethod)
      Creates a resolved target handler for a static or self-declared invocation.
      Parameters:
      instrumentedType - The instrumented type.
      instrumentedMethod - The instrumented method.
  • Method Details