Interface SchemaHandler.SchemaUpdater

Enclosing class:
SchemaHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SchemaHandler.SchemaUpdater
Interface to update a schema provided a schema builder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Updates the schema using the provided schema builder.
  • Method Details

    • update

      void update(SchemaBuilder builder)
      Updates the schema using the provided schema builder.
      Parameters:
      builder - The builder on the current schema