Interface ModuleLoadingPostProcessor

All Known Subinterfaces:
IBindingContext.IModuleLoaderStrategy
All Known Implementing Classes:
AbstractModuleLoaderStrategy, PostProcessingModuleLoaderStrategy, SimpleModuleLoaderStrategy
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 interface ModuleLoadingPostProcessor
Performs post-processing on a loaded module.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    postProcessModule(IModule module, IBindingContext bindingContext)
    Post-processes the provided Metaschema module.
  • Method Details

    • postProcessModule

      void postProcessModule(@NonNull IModule module, @NonNull IBindingContext bindingContext)
      Post-processes the provided Metaschema module.
      Parameters:
      module - the Module module to generate classes for
      bindingContext - the Metaschema binding context used to load bound resources
      Since:
      2.0.0