override Key
fun overrideKey(feature: Feature, key: String, value: Boolean, attributes: Attributes = defaultAttributes)
Content copied to clipboard
fun overrideKey(feature: Feature, key: String, value: Double, attributes: Attributes = defaultAttributes)
Content copied to clipboard
fun overrideKey(feature: Feature, key: String, value: Int, attributes: Attributes = defaultAttributes)
Content copied to clipboard
fun overrideKey(feature: Feature, key: String, value: String, attributes: Attributes = defaultAttributes)
Content copied to clipboard
fun overrideKey(feature: Feature, key: String, value: Enum<*>, attributes: Attributes = defaultAttributes)
Content copied to clipboard
fun <T> overrideKey(feature: Feature, key: String, value: T, clazz: Class<T>)
Content copied to clipboard
fun <T> overrideKey(feature: Feature, key: String, value: T, attributes: Attributes = defaultAttributes)
Content copied to clipboard