Uses of Class
com.google.protobuf.WireFormat.JavaType
-
Packages that use WireFormat.JavaType Package Description com.google.protobuf -
-
Uses of WireFormat.JavaType in com.google.protobuf
Fields in com.google.protobuf declared as WireFormat.JavaType Modifier and Type Field Description private WireFormat.JavaType
WireFormat.FieldType. javaType
Methods in com.google.protobuf that return WireFormat.JavaType Modifier and Type Method Description WireFormat.JavaType
WireFormat.FieldType. getJavaType()
WireFormat.JavaType
Descriptors.FieldDescriptor. getLiteJavaType()
For internal use only.WireFormat.JavaType
FieldSet.FieldDescriptorLite. getLiteJavaType()
WireFormat.JavaType
GeneratedMessageLite.ExtensionDescriptor. getLiteJavaType()
static WireFormat.JavaType
WireFormat.JavaType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WireFormat.JavaType[]
WireFormat.JavaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.protobuf with parameters of type WireFormat.JavaType Constructor Description FieldType(WireFormat.JavaType javaType, int wireType)
-