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 OneofInfo
FieldInfo.Builder.oneof
private final OneofInfo
FieldInfo.oneof
private OneofInfo[]
DescriptorMessageInfoFactory.OneofState.oneofs
Methods in com.google.protobuf that return OneofInfoModifier and TypeMethodDescription(package private) OneofInfo
DescriptorMessageInfoFactory.OneofState.getOneof
(Class<?> messageType, Descriptors.OneofDescriptor desc) FieldInfo.getOneof()
Gets the oneof for which this field is a member, ornull
if not part of a oneof.private static OneofInfo
DescriptorMessageInfoFactory.OneofState.newInfo
(Class<?> messageType, Descriptors.OneofDescriptor desc) Methods in com.google.protobuf with parameters of type OneofInfoModifier and TypeMethodDescriptionstatic FieldInfo
FieldInfo.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 OneofInfoModifierConstructorDescriptionprivate
FieldInfo
(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)