Interface CustomSchemaRegistry


  • public interface CustomSchemaRegistry
    A simple registry that allows users to provide a custom schema for some types.
    Author:
    [email protected]
    • 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.