Interface CallReplacer


public interface CallReplacer
  • Method Details

    • withStaticMethod

      CallReplacer.CallReplacerBuilder withStaticMethod(String className, String methodName)
      Performs the actual transformation of replacing the given expression a static method call.
      Parameters:
      className - the class name of the static method
      methodName - the method name
      Returns:
      a builder for the replacement