Uses of Interface
gov.nist.secauto.metaschema.databind.IBindingContext.IModuleLoaderStrategy
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
-
Uses of IBindingContext.IModuleLoaderStrategy in gov.nist.secauto.metaschema.databind
Modifier and TypeClassDescriptionclass
Provides basic module loading capabilities.class
class
Modifier and TypeMethodDescriptionDefaultBindingContext.getModuleLoaderStrategy()
IBindingContext.getModuleLoaderStrategy()
Get the Metaschema module loader strategy used by this binding context to load modules.Modifier and TypeMethodDescriptionstatic IBindingContext
IBindingContext.newInstance
(IBindingContext.IModuleLoaderStrategy strategy) Get a newIBindingContext
instance, which can be used to load information that binds a model to a set of Java classes.ModifierConstructorDescriptionConstruct a new binding context.PostProcessingModuleLoaderStrategy
(List<IModuleLoader.IModulePostProcessor> modulePostProcessors, IBindingContext.IModuleLoaderStrategy delegate) ModifierConstructorDescriptionConstruct a new builder.