Class DefaultEqualsMethodReplacement
- java.lang.Object
-
- jadex.platform.service.serialization.DefaultEqualsMethodReplacement
-
- All Implemented Interfaces:
jadex.bridge.component.impl.remotecommands.IMethodReplacement
public class DefaultEqualsMethodReplacement extends java.lang.Object implements jadex.bridge.component.impl.remotecommands.IMethodReplacement
Default replacement code for equals() method.
-
-
Constructor Summary
Constructors Constructor Description DefaultEqualsMethodReplacement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object obj, java.lang.Object[] args)
Invoke the method on the given object with the given args.
-