package io.github.serpro69.kfaker.dictionary
Classes
Name | Description |
---|---|
interface Category: Any
|
A generic data category of a given name |
class RawExpression: Any
|
|
enum class YamlCategory: Enum<YamlCategory>, Category
|
This enum contains all default categories and matches with the names of the .yml files for 'en' locale. If any new category is added to .yml file(s) a new class has to be added to this enum as well. |