Interface CustomSchemaRegistry
public interface CustomSchemaRegistry
A simple registry that allows users to provide a custom schema for some types.
- Author:
- michael.schnell@fuin.org
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCustomSchemas(SchemaRegistry registry) Registers types with a custom schema.
-
Method Details
-
registerCustomSchemas
Registers types with a custom schema.- Parameters:
registry- Schema registry to add the custom type/schema combinations to.
-