Data Dictionary
Properties
Functions
Link copied to clipboard
Get all relationships between domain types in this dictionary. A relationship is a property that references another DomainType (not a simple property).
Link copied to clipboard
The domain type matching these labels, if we have one
Link copied to clipboard
Returns a new DataDictionary excluding the specified classes. Only affects JvmType entries; DynamicTypes are preserved.
Link copied to clipboard
Returns a new DataDictionary containing only domain types that match the predicate.
Link copied to clipboard
Kotlin operator for excluding a single class. Usage: dictionary - Foo::class.java
Kotlin operator for excluding multiple classes. Usage: dictionary - setOf(Foo::class.java, Bar::class.java)