Uses of Interface
dev.metaschema.databind.IBindingContext.IModuleLoaderStrategy
Packages that use IBindingContext.IModuleLoaderStrategy
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
-
Uses of IBindingContext.IModuleLoaderStrategy in dev.metaschema.databind
Classes in dev.metaschema.databind that implement IBindingContext.IModuleLoaderStrategyModifier 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.Methods in dev.metaschema.databind that return IBindingContext.IModuleLoaderStrategyModifier and TypeMethodDescriptionDefaultBindingContext.getModuleLoaderStrategy()IBindingContext.getModuleLoaderStrategy()Get the Metaschema module loader strategy used by this binding context to load modules.Methods in dev.metaschema.databind with parameters of type IBindingContext.IModuleLoaderStrategyModifier and TypeMethodDescriptionstatic IBindingContextIBindingContext.newInstance(IBindingContext.IModuleLoaderStrategy strategy) Get a newIBindingContextinstance, which can be used to load information that binds a model to a set of Java classes.Constructors in dev.metaschema.databind with parameters of type IBindingContext.IModuleLoaderStrategyModifierConstructorDescriptionConstruct a new binding context.PostProcessingModuleLoaderStrategy(List<IModuleLoader.IModulePostProcessor> modulePostProcessors, IBindingContext.IModuleLoaderStrategy delegate) Construct a new post-processing module loader strategy with a custom delegate.Constructor parameters in dev.metaschema.databind with type arguments of type IBindingContext.IModuleLoaderStrategyModifierConstructorDescriptionConstruct a new builder.