Interface MethodDelegation.ImplementationDelegate.Compiled

    • Method Detail

      • prepare

        StackManipulation prepare​(MethodDescription instrumentedMethod)
        Resolves a stack manipulation that prepares the delegation invocation.
        Parameters:
        instrumentedMethod - The instrumented method.
        Returns:
        A stack manipulation that is applied prior to loading arguments and executing the method call.
      • getRecords

        java.util.List<MethodDelegationBinder.Record> getRecords()
        Returns a list of binding records to consider for delegation.
        Returns:
        A list of delegation binder records to consider.