NamedDomainObjectFactory

A factory for named objects of type T.

Parameters

<T>

The type of objects which this factory creates.

Functions

Link copied to clipboard
abstract fun create(name: String): T
Creates a new object with the given name.