Package-level declarations
Types
Link copied to clipboard
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
Global settings that control FF4k behavior.
Link copied to clipboard
class JsonFF4kConfigurationParser(json: ERROR CLASS: Symbol not found for Json = DEFAULT_PARSER) : FF4kConfigurationParser<FF4kConfiguration>
JSON-based implementation of FF4kConfigurationParser for FF4kConfiguration.