Uses of Interface
gov.nist.secauto.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 gov.nist.secauto.metaschema.databind
Classes in gov.nist.secauto.metaschema.databind that implement IBindingContext.IModuleLoaderStrategyModifier and TypeClassDescriptionclass
Provides basic module loading capabilities.class
class
Methods in gov.nist.secauto.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 gov.nist.secauto.metaschema.databind with parameters of type IBindingContext.IModuleLoaderStrategyModifier 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.Constructors in gov.nist.secauto.metaschema.databind with parameters of type IBindingContext.IModuleLoaderStrategyModifierConstructorDescriptionConstruct a new binding context.PostProcessingModuleLoaderStrategy
(List<IModuleLoader.IModulePostProcessor> modulePostProcessors, IBindingContext.IModuleLoaderStrategy delegate) Constructor parameters in gov.nist.secauto.metaschema.databind with type arguments of type IBindingContext.IModuleLoaderStrategyModifierConstructorDescriptionConstruct a new builder.