Transformer Properties Store
open class TransformerPropertiesStore(baseConfigurations: Iterable<TransformerPropertiesStore>, body: TransformerPropertiesStore.Builder.() -> Unit) : PropertiesCollection(source)
Stores configured transformer properties.
Parameters
base Configurations
Parent properties to apply to this store
body
Property builder function
Inheritors
Constructors
Link copied to clipboard
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