Docs Menu

Annotation Type RealmField

Implemented interfaces:

Annotation used on fields in Realm model classes. It describes metadata about the field.

Modifier and Type
Optional Element and Description
public String
Manually set the internal name used by Realm for this field.
public String
Manually set the internal name used by Realm for this field.
name

public String name

Manually set the internal name used by Realm for this field. This will override any RealmNamingPolicy set on the class or the module.

Default: ""

value

public String value

Manually set the internal name used by Realm for this field. This will override any RealmNamingPolicy set on the class or the module.

Default: ""