Interface CustomSchemaRegistry
-
public interface CustomSchemaRegistryA simple registry that allows users to provide a custom schema for some types.- Author:
- michael.schnell@fuin.org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterCustomSchemas(SchemaRegistry registry)Registers types with a custom schema.
-
-
-
Method Detail
-
registerCustomSchemas
void registerCustomSchemas(SchemaRegistry registry)
Registers types with a custom schema.- Parameters:
registry- Schema registry to add the custom type/schema combinations to.
-
-