Interface ClassReplaceStrategy
public interface ClassReplaceStrategy
Specifies the replace strategy for a class.
-
Method Summary
-
Method Details
-
with
Replaces all method invocations on class specified class with method invocation tocls
. Also replaces all constructor invocations. You can see this as duck typing.- Parameters:
cls
- The class that will replace the other class.
-