Interface IMethodReplacement

All Known Implementing Classes:
DefaultEqualsMethodReplacement, DefaultHashcodeMethodReplacement

public interface IMethodReplacement
Interface to be implemented by the user for replacing a remote method with custom code.
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object obj, Object[] args)
    Invoke the method on the given object with the given args.
  • Method Details

    • invoke

      Object invoke(Object obj, Object[] args)
      Invoke the method on the given object with the given args.