Interface IModuleLoader.IModulePostProcessor

All Known Implementing Classes:
ExternalConstraintsModulePostProcessor
Enclosing interface:
IModuleLoader<M extends IModuleExtended<M,?,?,?,?>>
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 IModuleLoader.IModulePostProcessor
Used to define a post-processing operation to perform on a module.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform a post-processing operation on the provided module.
  • Method Details

    • processModule

      void processModule(@NonNull IModule module)
      Perform a post-processing operation on the provided module.
      Parameters:
      module - the Metaschema module to post-process