Module dev.metaschema.core
Package dev.metaschema.core.model
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.
Used to define a post-processing operation to perform on a module.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessModule(IModule module) Perform a post-processing operation on the provided module.
-
Method Details
-
processModule
Perform a post-processing operation on the provided module.- Parameters:
module- the Metaschema module to post-process
-