Package-level declarations
Types
A dynamic mutable realm gives access and allows creation and modification of data in the realm through a generic string based API instead of the conventional Realm API that uses the typed API of the schema classes supplied in the configuration.
A dynamic mutable realm object gives access and possibility to update the data of the realm objects through a generic string based API instead of the conventional Realm API that only allows access and updates through the properties of the corresponding schema classes supplied in the configuration.
A dynamic realm gives access to the data of the realm through a generic string based API instead of the conventional Realm API that uses the schema classes supplied in the configuration.
A dynamic realm object gives access to the data of the realm objects through a generic string based API instead of the conventional Realm API that only allows access through the properties of the corresponding schema classes supplied in the configuration.
Functions
Returns the value of a specific nullable value property.
Returns the set of nullable elements referenced by the property name as a RealmDictionary.
Returns the list of nullable elements referenced by the property name as a RealmList.
Returns the set of nullable elements referenced by the property name as a RealmSet.
Returns the set referenced by the property name as a RealmDictionary.
Returns the list referenced by the property name as a RealmList.
Returns the set referenced by the property name as a RealmSet.