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.oneofprivate OneofInfo[]DescriptorMessageInfoFactory.OneofState.oneofsMethods in com.google.protobuf that return OneofInfoModifier and TypeMethodDescription(package private) OneofInfoDescriptorMessageInfoFactory.OneofState.getOneof(Class<?> messageType, Descriptors.OneofDescriptor desc) FieldInfo.getOneof()Gets the oneof for which this field is a member, ornullif not part of a oneof.private static OneofInfoDescriptorMessageInfoFactory.OneofState.newInfo(Class<?> messageType, Descriptors.OneofDescriptor desc) 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)