Interface ClassReplaceStrategy
-
public interface ClassReplaceStrategySpecifies the replace strategy for a class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwith(java.lang.Class<?> cls)Replaces all method invocations on class specified class with method invocation tocls.
-