api / org.gradle.api.plugins / ExtensionsSchema / ExtensionSchema

ExtensionSchema

@Incubating interface ExtensionSchema

Schema of an extension.

Since
4.5

Functions

getName

abstract fun getName(): String

The name of the extension.

getPublicType

abstract fun getPublicType(): TypeOf<*>

The public type of the extension.

isDeferredConfigurable

abstract fun isDeferredConfigurable(): Boolean

Is the extension a deferred configurable.