Uses of Interface
dev.metaschema.databind.model.metaschema.ModuleLoadingPostProcessor
Packages that use ModuleLoadingPostProcessor
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
Provides an implementation of the Module model
(
dev.metaschema.core.model) represented by a module-specific set of
bound Java classes
(dev.metaschema.databind.model.metaschema.binding).-
Uses of ModuleLoadingPostProcessor in dev.metaschema.databind
Subinterfaces of ModuleLoadingPostProcessor in dev.metaschema.databindModifier and TypeInterfaceDescriptionstatic interfaceA behavioral class used by the binding context to load Metaschema modules.Classes in dev.metaschema.databind that implement ModuleLoadingPostProcessorModifier and TypeClassDescriptionclassProvides basic module loading capabilities.classA module loader strategy that applies post-processors to loaded modules.classA simple module loader strategy that supports optional dynamic code generation. -
Uses of ModuleLoadingPostProcessor in dev.metaschema.databind.model.metaschema
Constructors in dev.metaschema.databind.model.metaschema with parameters of type ModuleLoadingPostProcessorModifierConstructorDescriptionBindingModuleLoader(IBindingContext bindingContext, ModuleLoadingPostProcessor postProcessor) Construct a new Metaschema loader.