Uses of Interface
io.protostuff.compiler.parser.ExtensionRegistry
-
Packages that use ExtensionRegistry Package Description io.protostuff.compiler.parser -
-
Uses of ExtensionRegistry in io.protostuff.compiler.parser
Classes in io.protostuff.compiler.parser that implement ExtensionRegistry Modifier and Type Class Description classAbstractExtensionRegistryBase class for extension registries.classLocalExtensionRegistryExtension registry for a single proto file.classProtoExtensionRegistryComposite extension registry - combination of local extenstion registry and extension registries of all imported files.Methods in io.protostuff.compiler.parser that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistryProtoContext. getExtensionRegistry()
-