Uses of Interface
dev.metaschema.core.model.IModuleLoader.IModulePostProcessor
Packages that use IModuleLoader.IModulePostProcessor
Package
Description
Metaschema constraint definitions and validation framework.
Support for parsing Metaschema module-based data using Java class bindings.
-
Uses of IModuleLoader.IModulePostProcessor in dev.metaschema.core.model.constraint
Classes in dev.metaschema.core.model.constraint that implement IModuleLoader.IModulePostProcessorModifier and TypeClassDescriptionclassA module loading post processor that integrates applicable external constraints into a given module when loaded. -
Uses of IModuleLoader.IModulePostProcessor in dev.metaschema.databind
Methods in dev.metaschema.databind that return types with arguments of type IModuleLoader.IModulePostProcessorModifier and TypeMethodDescriptionprotected List<IModuleLoader.IModulePostProcessor>PostProcessingModuleLoaderStrategy.getModulePostProcessors()Get the configured module post-processors.Methods in dev.metaschema.databind with parameters of type IModuleLoader.IModulePostProcessorModifier and TypeMethodDescriptionIBindingContext.BindingContextBuilder.postProcessor(IModuleLoader.IModulePostProcessor processor) Configure a Metaschema module post processor.Constructor parameters in dev.metaschema.databind with type arguments of type IModuleLoader.IModulePostProcessorModifierConstructorDescriptionPostProcessingModuleLoaderStrategy(List<IModuleLoader.IModulePostProcessor> modulePostProcessors) Construct a new post-processing module loader strategy using the default delegate strategy.PostProcessingModuleLoaderStrategy(List<IModuleLoader.IModulePostProcessor> modulePostProcessors, IBindingContext.IModuleLoaderStrategy delegate) Construct a new post-processing module loader strategy with a custom delegate.