Join us at MongoDB.local London on 7 May to unlock new possibilities for your data. Use WEB50 to save 50%.
Register now >
Docs Menu
Docs Home
/ /
io.realm.annotations

Tipo de anotación RealmField

Implemented interfaces:

  • java.lang.annotation.Annotation

Anotación utilizada en campos de las clases del modelo Realm. Describe metadatos sobre el campo.

Modificador y Tipo
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.

Nombre

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.

Por defecto: ""

Tip

Valor

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.

Por defecto: ""

Volver

Clase de reino

En esta página