Package org.jitsi.metaconfig.supplier
See: Description
-
Class Summary Class Description ConditionalSupplier A ConfigValueSupplier which searches through multiple inner ConfigValueSuppliers, in order, if the passed Condition is met. ConfigSourceSupplier Retrieve the given key from source as type, where type and ValueType must 'match' ConfigValueSupplier A ConfigValueSupplier is a class which is responsible for retrieving the value of a configuration property. FallbackSupplier A ConfigValueSupplier which searches through multiple ConfigValueSuppliers, in order, to find a value. LambdaSupplier TypeConvertingSupplier Converts the type of the result of originalSupplier from OriginalType to NewType using the given converter function. ValueTransformingSupplier Transforms the value of the result of originalSupplier into some new value.