Uses of Class
com.google.protobuf.MapFieldReflectionAccessor
-
Packages that use MapFieldReflectionAccessor Package Description com.google.protobuf -
-
Uses of MapFieldReflectionAccessor in com.google.protobuf
Subclasses of MapFieldReflectionAccessor in com.google.protobuf Modifier and Type Class Description classMapField<K,V>Internal representation of map fields in generated messages.classMapFieldBuilder<KeyT,MessageOrBuilderT extends MessageOrBuilder,MessageT extends MessageOrBuilderT,BuilderT extends MessageOrBuilderT>Internal representation of map fields in generated builders.Methods in com.google.protobuf that return MapFieldReflectionAccessor Modifier and Type Method Description private MapFieldReflectionAccessorGeneratedMessage.FieldAccessorTable.MapFieldAccessor. getMapField(GeneratedMessage message)private MapFieldReflectionAccessorGeneratedMessage.FieldAccessorTable.MapFieldAccessor. getMapField(GeneratedMessage.Builder<?> builder)private MapFieldReflectionAccessorGeneratedMessage.FieldAccessorTable.MapFieldAccessor. getMutableMapField(GeneratedMessage.Builder<?> builder)protected MapFieldReflectionAccessorGeneratedMessage.Builder. internalGetMapFieldReflection(int fieldNumber)Gets the map field with the given field number.protected MapFieldReflectionAccessorGeneratedMessage. internalGetMapFieldReflection(int fieldNumber)Gets the map field with the given field number.protected MapFieldReflectionAccessorGeneratedMessage.Builder. internalGetMutableMapFieldReflection(int fieldNumber)LikeGeneratedMessage.Builder.internalGetMapFieldReflection(int)but return a mutable version.
-