Interface SchemaGeneratorConfigCustomizer

All Known Implementing Classes:
SchemaGeneratorConfigCustomizerJackson, SchemaGeneratorConfigCustomizerJakartaValidation, SchemaGeneratorConfigCustomizerSwagger2

public interface SchemaGeneratorConfigCustomizer
An interface that allows customization of the SchemaGeneratorConfigBuilder before the SchemaGenerator is built.

Implementations of this interface will be discovered and applied automatically.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder)
    Customizes the given SchemaGeneratorConfigBuilder.
  • Method Details

    • customize

      void customize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder)
      Customizes the given SchemaGeneratorConfigBuilder.
      Parameters:
      builder - the builder to customize