Interface ExtensionRegistryInitializer
@Deprecated public interface ExtensionRegistryInitializer
Deprecated.as of Spring Framework 5.1, useExtensionRegistrybased constructors insteadGoogle Protocol Messages can contain message extensions that can be parsed if the appropriate configuration has been registered in theExtensionRegistry.This interface provides a facility to populate the
ExtensionRegistry.- Since:
- 4.1
- Author:
- Alex Antonov, Sebastien Deleuze
- See Also:
- com.google.protobuf.ExtensionRegistry
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidinitializeExtensionRegistry(com.google.protobuf.ExtensionRegistry registry)Deprecated.Initializes theExtensionRegistrywith Protocol Message extensions.
Method Detail
initializeExtensionRegistry
void initializeExtensionRegistry(com.google.protobuf.ExtensionRegistry registry)
Deprecated.Initializes theExtensionRegistrywith Protocol Message extensions.- Parameters:
registry- the registry to populate