Class Overview
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.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Fields
public
final
Class<?>
fieldType
Public Methods
public
boolean
equals
(Object o)
public
static
FieldDescriptor
of
(Class<?> fieldType, String fieldName, int order)
Creates a FieldDescriptor instance.
| Parameters |
fieldType |
Class: the type of the field |
fieldName |
String: the name of the field as declared in the class |
order |
int: the declared order of the field, order values need to start with 0
|