Dependencies

abstract class Dependencies : JsonObject<String>

A container that holds dependency values

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
infix fun String.by(value: String)

Set a custom value for this JsonObject

Link copied to clipboard

Resolves the underlying json value to a MutableMap instance, recursively merging known and custom properties and resolving all Provider values

Link copied to clipboard

Build a custom object value

Link copied to clipboard
operator fun set(key: String, value: String)

Set a custom value

operator fun set(key: String, value: Provider<String>)

Set a custom value provider to be resolved when finalise is invoked