A
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
W
S
- setCacheEnabled(Boolean) - function in org.jitsi.metaconfig.MetaconfigSettings.Companion
- A hook to disable caching.
- setLogger(MetaconfigLogger) - function in org.jitsi.metaconfig.MetaconfigSettings.Companion
- A logger for metaconfig to use, if desired.
- setRetrieveValuesImmediately(Boolean) - function in org.jitsi.metaconfig.MetaconfigSettings.Companion
- A hook to force retrieval of the config value immediately upon creation (rather than lazily on first access).
- setStackTrace(Array) - function in kotlin.Throwable
- setStackTrace(Array) - function in kotlin.Throwable
- setStackTrace(Array) - function in kotlin.Throwable
- setStackTrace(Array) - function in kotlin.Throwable
- setStackTrace(Array) - function in kotlin.Throwable
- setStackTrace(Array) - function in kotlin.Throwable
- setStackTrace(Array) - function in kotlin.Throwable
- setStackTrace(Array) - function in kotlin.Throwable
- softDeprecated(ConfigValueSupplier,String) - function in org.jitsi.metaconfig.SupplierBuilder
- Mark the source key of the value from this supplier as soft deprecated
- softDeprecation(String) - function in org.jitsi.metaconfig
- SupplierBuilder - class in org.jitsi.metaconfig
- This class enables us to implicitly inject the type when a caller is building a property, for example: val bool: Boolean by config { "some.path".from(configSource) // no need to explicitly set the type "some.other.path".from(configSource).transformedBy { !it } // again, don't need to set the type // can override the inferred type when you want to convert "some.third.path".from(configSource).
- SupplierBuilderKt - class in org.jitsi.metaconfig