io.github.serpro69.kfaker.provider.FakeDataProvider.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-faker Show documentation
Show all versions of kotlin-faker Show documentation
Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
package io.github.serpro69.kfaker.provider
/**
* Interface for all fake data providers.
*
* Mostly used for upper-bound generic restrictions.
*/
interface FakeDataProvider
© 2015 - 2025 Weber Informatics LLC | Privacy Policy