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.JavaTypeWireFormat.FieldType. javaTypeMethods in com.google.protobuf that return WireFormat.JavaType Modifier and Type Method Description WireFormat.JavaTypeWireFormat.FieldType. getJavaType()WireFormat.JavaTypeDescriptors.FieldDescriptor. getLiteJavaType()For internal use only.WireFormat.JavaTypeFieldSet.FieldDescriptorLite. getLiteJavaType()WireFormat.JavaTypeGeneratedMessageLite.ExtensionDescriptor. getLiteJavaType()static WireFormat.JavaTypeWireFormat.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)
-