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 Type
    Method
    Description
    void
    Registers types with a custom schema.
  • Method Details

    • registerCustomSchemas

      void registerCustomSchemas(SchemaRegistry registry)
      Registers types with a custom schema.
      Parameters:
      registry - Schema registry to add the custom type/schema combinations to.