Uses of Class
com.google.protobuf.OneofInfo
Packages that use OneofInfo
-
Uses of OneofInfo in com.google.protobuf
Fields in com.google.protobuf declared as OneofInfoModifier and TypeFieldDescriptionprivate OneofInfoFieldInfo.Builder.oneofprivate final OneofInfoFieldInfo.oneofMethods in com.google.protobuf that return OneofInfoModifier and TypeMethodDescriptionFieldInfo.getOneof()Gets the oneof for which this field is a member, ornullif not part of a oneof.Methods in com.google.protobuf with parameters of type OneofInfoModifier and TypeMethodDescriptionstatic FieldInfoFieldInfo.forOneofMemberField(int fieldNumber, FieldType fieldType, OneofInfo oneof, Class<?> oneofStoredType, boolean enforceUtf8, Internal.EnumVerifier enumVerifier) Constructor for a field that is part of a oneof.Sets the information for building a oneof member field.Constructors in com.google.protobuf with parameters of type OneofInfoModifierConstructorDescriptionprivateFieldInfo(Field field, int fieldNumber, FieldType type, Class<?> messageClass, Field presenceField, int presenceMask, boolean required, boolean enforceUtf8, OneofInfo oneof, Class<?> oneofStoredType, Object mapDefaultEntry, Internal.EnumVerifier enumVerifier, Field cachedSizeField)