Uses of Class
com.google.protobuf.FieldInfo.Builder
-
Packages that use FieldInfo.Builder Package Description com.google.protobuf -
-
Uses of FieldInfo.Builder in com.google.protobuf
Methods in com.google.protobuf that return FieldInfo.Builder Modifier and Type Method Description static FieldInfo.Builder
FieldInfo. newBuilder()
FieldInfo.Builder
FieldInfo.Builder. withCachedSizeField(java.lang.reflect.Field cachedSizeField)
FieldInfo.Builder
FieldInfo.Builder. withEnforceUtf8(boolean enforceUtf8)
FieldInfo.Builder
FieldInfo.Builder. withEnumVerifier(Internal.EnumVerifier enumVerifier)
FieldInfo.Builder
FieldInfo.Builder. withField(java.lang.reflect.Field field)
Specifies the actual field on the message represented by this field.FieldInfo.Builder
FieldInfo.Builder. withFieldNumber(int fieldNumber)
Specifies the unique field number for this field within the message.FieldInfo.Builder
FieldInfo.Builder. withMapDefaultEntry(java.lang.Object mapDefaultEntry)
FieldInfo.Builder
FieldInfo.Builder. withOneof(OneofInfo oneof, java.lang.Class<?> oneofStoredType)
Sets the information for building a oneof member field.FieldInfo.Builder
FieldInfo.Builder. withPresence(java.lang.reflect.Field presenceField, int presenceMask)
Specifies proto2 presence information.FieldInfo.Builder
FieldInfo.Builder. withRequired(boolean required)
FieldInfo.Builder
FieldInfo.Builder. withType(FieldType type)
Specifies the type of this field.
-