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