| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Class and Description |
|---|---|
static class |
Descriptors.EnumDescriptor
Describes an enum type.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Internal.EnumLite> |
Internal.MapAdapter.newEnumConverter(Internal.EnumLiteMap<T> enumMap,
T unrecognizedValue) |
static <ContainingType extends MessageLite,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.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.
|