Uses of Class
com.google.protobuf.Writer.FieldOrder
-
Packages that use Writer.FieldOrder Package Description com.google.protobuf -
-
Uses of Writer.FieldOrder in com.google.protobuf
Methods in com.google.protobuf that return Writer.FieldOrder Modifier and Type Method Description Writer.FieldOrder
BinaryWriter. fieldOrder()
Writer.FieldOrder
CodedOutputStreamWriter. fieldOrder()
Writer.FieldOrder
Writer. fieldOrder()
Indicates the order in which the fields are written by thisWriter
.static Writer.FieldOrder
Writer.FieldOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Writer.FieldOrder[]
Writer.FieldOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-