Uses of Class
com.google.protobuf.ExtensionRegistry
Packages that use ExtensionRegistry
Package
Description
API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf
messages.
-
Uses of ExtensionRegistry in com.google.protobuf
Methods in com.google.protobuf that return ExtensionRegistryModifier and TypeMethodDescriptionDescriptors.FileDescriptor.InternalDescriptorAssigner.assignDescriptors
(Descriptors.FileDescriptor root) Deprecated.static ExtensionRegistry
ExtensionRegistry.getEmptyRegistry()
Get the unmodifiable singleton empty instance.ExtensionRegistry.getUnmodifiable()
Returns an unmodifiable view of the registry.static ExtensionRegistry
ExtensionRegistry.newInstance()
Construct a new, empty instance.Methods in com.google.protobuf with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
Descriptors.FileDescriptor.internalUpdateFileDescriptor
(Descriptors.FileDescriptor descriptor, ExtensionRegistry registry) This method is to be called by generated code only.static void
TextFormat.merge
(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.static void
TextFormat.merge
(Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.void
TextFormat.Parser.merge
(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.void
TextFormat.Parser.merge
(Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.static <T extends Message>
TTextFormat.parse
(CharSequence input, ExtensionRegistry extensionRegistry, Class<T> protoClass) Parse a text-format message frominput
.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, byte[] data, ExtensionRegistry extensionRegistry) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, com.google.protobuf.ByteString data, ExtensionRegistry extensionRegistry) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, com.google.protobuf.CodedInputStream input, ExtensionRegistry extensionRegistry) Parse a message of the given type from the given input stream.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, InputStream input, ExtensionRegistry extensionRegistry) Parse a message of the given type frominput
and return it.static void
AnyProto.registerAllExtensions
(ExtensionRegistry registry) static void
ApiProto.registerAllExtensions
(ExtensionRegistry registry) static void
DescriptorProtos.registerAllExtensions
(ExtensionRegistry registry) static void
DurationProto.registerAllExtensions
(ExtensionRegistry registry) static void
EmptyProto.registerAllExtensions
(ExtensionRegistry registry) static void
FieldMaskProto.registerAllExtensions
(ExtensionRegistry registry) static void
JavaFeaturesProto.registerAllExtensions
(ExtensionRegistry registry) static void
SourceContextProto.registerAllExtensions
(ExtensionRegistry registry) static void
StructProto.registerAllExtensions
(ExtensionRegistry registry) static void
TimestampProto.registerAllExtensions
(ExtensionRegistry registry) static void
TypeProto.registerAllExtensions
(ExtensionRegistry registry) static void
WrappersProto.registerAllExtensions
(ExtensionRegistry registry) -
Uses of ExtensionRegistry in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
PluginProtos.registerAllExtensions
(ExtensionRegistry registry) -
Uses of ExtensionRegistry in dev.enola.common.validation
Methods in dev.enola.common.validation with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
ValidationOuterClass.registerAllExtensions
(ExtensionRegistry registry) -
Uses of ExtensionRegistry in dev.enola.core.ext.proto
Methods in dev.enola.core.ext.proto with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
EnolaExt.registerAllExtensions
(ExtensionRegistry registry) -
Uses of ExtensionRegistry in dev.enola.core.proto
Methods in dev.enola.core.proto with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
EnolaCore.registerAllExtensions
(ExtensionRegistry registry) -
Uses of ExtensionRegistry in dev.enola.core.util.proto
Methods in dev.enola.core.util.proto with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
EnolaUtil.registerAllExtensions
(ExtensionRegistry registry) -
Uses of ExtensionRegistry in dev.enola.thing.proto
Methods in dev.enola.thing.proto with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
ThingOuterClass.registerAllExtensions
(ExtensionRegistry registry) -
Uses of ExtensionRegistry in io.grpc.protobuf
Methods in io.grpc.protobuf with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionstatic void
ProtoUtils.setExtensionRegistry
(ExtensionRegistry registry) Sets the global registry for proto marshalling shared across all servers and clients.