Skip navigation links
B I L P R V 

B

Beta - Annotation Type in io.realm.annotations
This annotation is added to classes, constructors or methods which are considered in beta phase.

I

Ignore - Annotation Type in io.realm.annotations
 
Index - Annotation Type in io.realm.annotations
This annotation will add a search index to the field.
io.realm.annotations - package io.realm.annotations
 

L

LinkingObjects - Annotation Type in io.realm.annotations
Annotation for defining a reverse relationship from one class to another.

P

PrimaryKey - Annotation Type in io.realm.annotations
The @PrimaryKey annotation will mark a field as a primary key inside Realm.

R

RealmClass - Annotation Type in io.realm.annotations
Interface used to mark a class that can be persisted by Realm.
RealmField - Annotation Type in io.realm.annotations
Annotation used on fields in Realm model classes.
RealmModule - Annotation Type in io.realm.annotations
By default a Realm can store all classes extending RealmObject in a project.
RealmNamingPolicy - Enum in io.realm.annotations
This enum defines the possible ways class and field names can be mapped from what is used in Java to the name used internally in the Realm file.
Required - Annotation Type in io.realm.annotations
This annotation will mark the field or the element in io.realm.RealmList as not nullable.

V

valueOf(String) - Static method in enum io.realm.annotations.RealmNamingPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.realm.annotations.RealmNamingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
B I L P R V 
Skip navigation links