Uses of Class
com.google.protobuf.MessageReflection.MergeTarget.ContainerType
-
Packages that use MessageReflection.MergeTarget.ContainerType Package Description com.google.protobuf -
-
Uses of MessageReflection.MergeTarget.ContainerType in com.google.protobuf
Methods in com.google.protobuf that return MessageReflection.MergeTarget.ContainerType Modifier and Type Method Description MessageReflection.MergeTarget.ContainerType
MessageReflection.BuilderAdapter. getContainerType()
MessageReflection.MergeTarget.ContainerType
MessageReflection.ExtensionAdapter. getContainerType()
MessageReflection.MergeTarget.ContainerType
MessageReflection.MergeTarget. getContainerType()
static MessageReflection.MergeTarget.ContainerType
MessageReflection.MergeTarget.ContainerType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageReflection.MergeTarget.ContainerType[]
MessageReflection.MergeTarget.ContainerType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-