Module dev.metaschema.databind
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.
Performs post-processing on a loaded module.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessModule(IModule module, IBindingContext bindingContext) Post-processes the provided Metaschema module.
-
Method Details
-
postProcessModule
Post-processes the provided Metaschema module.- Parameters:
module- the Module module to generate classes forbindingContext- the Metaschema binding context used to load bound resources- Since:
- 2.0.0
-