add

abstract fun <T> add(name: String, publicType: Class<T>, configureAction: Action<in T>)(source)

Adds a model default for the software type specified by the given name.

Since

8.10

Parameters

name

the name of the software type

publicType

the public type of the software type

configureAction

the action to configure the software type