intellij-randomness / com.fwdekker.randomness.uuid

Package com.fwdekker.randomness.uuid

Insertion of random UUIDs.

Types

UuidGroupAction

class UuidGroupAction : DataGroupAction

All actions related to inserting UUIDs.

UuidInsertAction

class UuidInsertAction : DataInsertAction

Inserts random type 4 UUID.

UuidScheme

data class UuidScheme : Scheme<UuidScheme>

Contains settings for generating random UUIDs.

UuidSettings

data class UuidSettings : Settings<UuidSettings, UuidScheme>

The user-configurable collection of schemes applicable to generating UUIDs.

UuidSettingsAction

class UuidSettingsAction : DataSettingsAction

Controller for random UUID generation settings.

UuidSettingsComponent

class UuidSettingsComponent : SettingsComponent<UuidSettings, UuidScheme>

Component for settings of random UUID generation.

UuidSettingsConfigurable

class UuidSettingsConfigurable : SettingsConfigurable<UuidSettings, UuidScheme>

The configurable for UUID settings.