Uses of Interface
com.google.protobuf.Internal.EnumLiteMap
-
Packages that use Internal.EnumLiteMap Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of Internal.EnumLiteMap in com.google.protobuf
Classes in com.google.protobuf that implement Internal.EnumLiteMap Modifier and Type Class Description static class
Descriptors.EnumDescriptor
Describes an enum type.Methods in com.google.protobuf with parameters of type Internal.EnumLiteMap Modifier and Type Method Description (package private) static <UT,UB>
UBSchemaUtil. filterUnknownEnumList(java.lang.Object containerMessage, int number, java.util.List<java.lang.Integer> enumList, Internal.EnumLiteMap<?> enumMap, UB unknownFields, UnknownFieldSchema<UT,UB> unknownFieldSchema)
Filters unrecognized enum values in a list.static <T extends Internal.EnumLite>
Internal.MapAdapter.Converter<java.lang.Integer,T>Internal.MapAdapter. newEnumConverter(Internal.EnumLiteMap<T> enumMap, T unrecognizedValue)
static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, java.lang.Class singularType)
For use by generated code only.static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, java.lang.Class singularType)
For use by generated code only.Constructors in com.google.protobuf with parameters of type Internal.EnumLiteMap Constructor Description ExtensionDescriptor(Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isRepeated, boolean isPacked)
-
Uses of Internal.EnumLiteMap in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler declared as Internal.EnumLiteMap Modifier and Type Field Description private static Internal.EnumLiteMap<PluginProtos.CodeGeneratorResponse.Feature>
PluginProtos.CodeGeneratorResponse.Feature. internalValueMap
Methods in com.google.protobuf.compiler that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<PluginProtos.CodeGeneratorResponse.Feature>
PluginProtos.CodeGeneratorResponse.Feature. internalGetValueMap()
-