Uses of Class
com.google.protobuf.MapFieldReflectionAccessor
Packages that use MapFieldReflectionAccessor
-
Uses of MapFieldReflectionAccessor in com.google.protobuf
Subclasses of MapFieldReflectionAccessor in com.google.protobufModifier and TypeClassDescriptionclass
MapField<K,
V> Internal representation of map fields in generated messages.class
MapFieldBuilder<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 MapFieldReflectionAccessorModifier and TypeMethodDescriptionprivate MapFieldReflectionAccessor
GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor.getMapField
(GeneratedMessageV3 message) private MapFieldReflectionAccessor
GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor.getMapField
(GeneratedMessageV3.Builder<?> builder) private MapFieldReflectionAccessor
GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor.getMutableMapField
(GeneratedMessageV3.Builder<?> builder) protected MapFieldReflectionAccessor
GeneratedMessageV3.Builder.internalGetMapFieldReflection
(int fieldNumber) Gets the map field with the given field number.protected MapFieldReflectionAccessor
GeneratedMessageV3.internalGetMapFieldReflection
(int fieldNumber) Gets the map field with the given field number.protected MapFieldReflectionAccessor
GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection
(int fieldNumber) LikeGeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
but return a mutable version.