Uses of Class
com.google.protobuf.MapEntryLite.Metadata
-
Packages that use MapEntryLite.Metadata Package Description com.google.protobuf -
-
Uses of MapEntryLite.Metadata in com.google.protobuf
Subclasses of MapEntryLite.Metadata in com.google.protobuf Modifier and Type Class Description private static classMapEntry.Metadata<K,V>Fields in com.google.protobuf declared as MapEntryLite.Metadata Modifier and Type Field Description private MapEntryLite.Metadata<K,V>MapEntryLite. metadataMethods in com.google.protobuf that return MapEntryLite.Metadata Modifier and Type Method Description MapEntryLite.Metadata<?,?>MapFieldSchema. forMapMetadata(java.lang.Object mapDefaultEntry)Returns the metadata from a default entry.MapEntryLite.Metadata<?,?>MapFieldSchemaFull. forMapMetadata(java.lang.Object mapDefaultEntry)MapEntryLite.Metadata<?,?>MapFieldSchemaLite. forMapMetadata(java.lang.Object mapDefaultEntry)(package private) MapEntryLite.Metadata<K,V>MapEntryLite. getMetadata()For experimental runtime internal use only.Methods in com.google.protobuf with parameters of type MapEntryLite.Metadata Modifier and Type Method Description (package private) static <K,V>
intMapEntryLite. computeSerializedSize(MapEntryLite.Metadata<K,V> metadata, K key, V value)private <K,V>
intMessageSchema. decodeMapEntry(byte[] data, int position, int limit, MapEntryLite.Metadata<K,V> metadata, java.util.Map<K,V> target, ArrayDecoders.Registers registers)Decodes a map entry.(package private) static <K,V>
java.util.Map.Entry<K,V>MapEntryLite. parseEntry(CodedInputStream input, MapEntryLite.Metadata<K,V> metadata, ExtensionRegistryLite extensionRegistry)<K,V>
voidBinaryReader.SafeHeapReader. readMap(java.util.Map<K,V> target, MapEntryLite.Metadata<K,V> metadata, ExtensionRegistryLite extensionRegistry)<K,V>
voidCodedInputStreamReader. readMap(java.util.Map<K,V> target, MapEntryLite.Metadata<K,V> metadata, ExtensionRegistryLite extensionRegistry)<K,V>
voidReader. readMap(java.util.Map<K,V> target, MapEntryLite.Metadata<K,V> mapDefaultEntry, ExtensionRegistryLite extensionRegistry)Reads the next field of typeMAPand advances the reader to the next field.private <V> voidCodedOutputStreamWriter. writeDeterministicBooleanMapEntry(int fieldNumber, boolean key, V value, MapEntryLite.Metadata<java.lang.Boolean,V> metadata)private <V> voidCodedOutputStreamWriter. writeDeterministicIntegerMap(int fieldNumber, MapEntryLite.Metadata<java.lang.Integer,V> metadata, java.util.Map<java.lang.Integer,V> map)private <V> voidCodedOutputStreamWriter. writeDeterministicLongMap(int fieldNumber, MapEntryLite.Metadata<java.lang.Long,V> metadata, java.util.Map<java.lang.Long,V> map)private <K,V>
voidCodedOutputStreamWriter. writeDeterministicMap(int fieldNumber, MapEntryLite.Metadata<K,V> metadata, java.util.Map<K,V> map)private <V> voidCodedOutputStreamWriter. writeDeterministicStringMap(int fieldNumber, MapEntryLite.Metadata<java.lang.String,V> metadata, java.util.Map<java.lang.String,V> map)<K,V>
voidBinaryWriter. writeMap(int fieldNumber, MapEntryLite.Metadata<K,V> metadata, java.util.Map<K,V> map)<K,V>
voidCodedOutputStreamWriter. writeMap(int fieldNumber, MapEntryLite.Metadata<K,V> metadata, java.util.Map<K,V> map)<K,V>
voidWriter. writeMap(int fieldNumber, MapEntryLite.Metadata<K,V> metadata, java.util.Map<K,V> map)Writes a map field.(package private) static <K,V>
voidMapEntryLite. writeTo(CodedOutputStream output, MapEntryLite.Metadata<K,V> metadata, K key, V value)Constructors in com.google.protobuf with parameters of type MapEntryLite.Metadata Constructor Description MapEntryLite(MapEntryLite.Metadata<K,V> metadata, K key, V value)Creates a new MapEntryLite message.
-