Package-level declarations
Builder interfaces and Plugin mechanism
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY] )
Denotes builder DSL to prevent method clashing
Link copied to clipboard
Abstract builder for T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface TypedAttributes
Link copied to clipboard
interface TypedAttributesScope
Link copied to clipboard
Functions
Link copied to clipboard
inline fun <Builder : BuilderFor<*>> BuilderSpec<*, Builder>.builder(block: Builder.() -> Unit): Builder
Link copied to clipboard
fun <TFeature : Any, TScope : PluginScope> TScope.featureOrNull(plugin: Plugin<*, TFeature, TScope>): TFeature?
Link copied to clipboard
Link copied to clipboard
inline fun <TScope : PluginScope> PluggableBuilder<TScope>.install(name: String, crossinline block: TScope.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun <T> TypedAttribute<T>.setValue(attributes: TypedAttributes, property: KProperty<*>, value: T?)
operator fun <T> TypedAttribute<T>.setValue(scope: TypedAttributesScope, property: KProperty<*>, value: T?)