{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class FieldDescriptor
Provides additional meta data about a Field declared in a class.
The data provided here is used at runtime to reflectively access fields that require proto serialization.
Public constructors |
|
|---|---|
Public functions |
|
|---|---|
Boolean |
|
Int |
hashCode() |
java-static FieldDescriptor! |
Creates a |
java-static fun of(fieldType: Class<Any!>, fieldName: String, order: Int): FieldDescriptor!
Creates a FieldDescriptor instance.