Package-level declarations

Types

Link copied to clipboard
@Serializable
data class FF4kConfiguration(val settings: FF4kSettings = FF4kSettings(), val features: Map<String, Feature> = emptyMap(), val properties: Map<String, Property<*>> = emptyMap())

Represents the complete configuration for an FF4k instance.

Link copied to clipboard

Interface for parsing and exporting FF4k configurations.

Link copied to clipboard
@Serializable
data class FF4kSettings(val autoCreate: Boolean = false)

Global settings that control FF4k behavior.

Link copied to clipboard

JSON-based implementation of FF4kConfigurationParser for FF4kConfiguration.