Uses of Interface
gov.nist.secauto.metaschema.databind.IBindingContext.IBindingMatcher
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
-
Uses of IBindingContext.IBindingMatcher in gov.nist.secauto.metaschema.databind
Modifier and TypeMethodDescriptionIBindingContext.IBindingMatcher.of
(IBoundDefinitionModelAssembly assembly) Construct a new binding matcher for the provided assembly definition.protected IBindingContext.IBindingMatcher
AbstractModuleLoaderStrategy.registerBindingMatcher
(IBoundDefinitionModelAssembly definition) Modifier and TypeMethodDescriptionAbstractModuleLoaderStrategy.getBindingMatchers()
protected Collection<IBindingContext.IBindingMatcher>
DefaultBindingContext.getBindingMatchers()
Get the binding matchers that are associated with this class.IBindingContext.IModuleLoaderStrategy.getBindingMatchers()
Get the matchers used to identify the bound class associated with the definition's root name.PostProcessingModuleLoaderStrategy.getBindingMatchers()