Class MethodCall.TargetHandler.ForSelfOrStaticInvocation

    • Field Detail

      • instrumentedType

        private final TypeDescription instrumentedType
        The instrumented type.
    • Constructor Detail

      • ForSelfOrStaticInvocation

        protected ForSelfOrStaticInvocation​(TypeDescription instrumentedType)
        Creates a new target handler for a static or self-declared invocation.
        Parameters:
        instrumentedType - The instrumented type.