@Experimental(value=SCHEMAS) public interface SchemaProviderRegistrar
SchemaProvider creators have the ability to automatically have their schemaProvider registered with this SDK by creating a ServiceLoader entry
 and a concrete implementation of this interface.
 It is optional but recommended to use one of the many build time tools such as AutoService to generate the necessary META-INF files automatically.
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<SchemaProvider> | getSchemaProviders()Returns a list of  schema providerswhich will be registered by default
 within eachschema registryinstance. | 
java.util.List<SchemaProvider> getSchemaProviders()
schema providers which will be registered by default
 within each schema registry instance.