TransformerPropertiesStore

open class TransformerPropertiesStore(baseConfigurations: Iterable<TransformerPropertiesStore>, body: TransformerPropertiesStore.Builder.() -> Unit) : PropertiesCollection(source)

Stores configured transformer properties.

Parameters

baseConfigurations

Parent properties to apply to this store

body

Property builder function

Inheritors

Constructors

Link copied to clipboard
constructor(body: TransformerPropertiesStore.Builder.() -> Unit = {})
internal constructor(baseConfigurations: Iterable<TransformerPropertiesStore>, body: TransformerPropertiesStore.Builder.() -> Unit)

Types

Link copied to clipboard
class Builder(baseConfigurations: Iterable<TransformerPropertiesStore>) : PropertiesCollection.Builder, TransformerPropertyKeys

Used to configure initial store values.

Link copied to clipboard
Link copied to clipboard