Uses of Interface
gov.nist.secauto.metaschema.databind.IBindingContext.IBindingMatcher
Packages that use 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
Methods in gov.nist.secauto.metaschema.databind that return IBindingContext.IBindingMatcherModifier and TypeMethodDescriptionIBindingContext.IBindingMatcher.of
(IBoundDefinitionModelAssembly assembly) Construct a new binding matcher for the provided assembly definition.protected IBindingContext.IBindingMatcher
AbstractModuleLoaderStrategy.registerBindingMatcher
(IBoundDefinitionModelAssembly definition) Methods in gov.nist.secauto.metaschema.databind that return types with arguments of type IBindingContext.IBindingMatcherModifier 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()