All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.cweijan.mock.request.string.StringGenerator Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.github.cweijan.mock.request.string;

/**
 * @author cweijan
 * @since 2020/05/23 18:15
 */
public interface StringGenerator {

    String genrate(int length);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy