NamedDomainObjectSchema

Schema of a named domain object.

Since

4.10

Inheritors

Functions

Link copied to clipboard
abstract fun getName(): String
The name of the domain object.
Link copied to clipboard
abstract fun getPublicType(): TypeOf<out Any>
The public type of the domain object.