Interface MethodNameTransformer

    • Method Detail

      • transform

        java.lang.String transform​(MethodDescription methodDescription)
        Transforms a method's name to an alternative name. This name must not be equal to any existing method of the created class.
        Parameters:
        methodDescription - The original method.
        Returns:
        The alternative name.