Uses of Interface
gov.nist.secauto.metaschema.databind.io.IBoundLoader
Packages that use IBoundLoader
Package
Description
Support for parsing Metaschema module-based data using Java class bindings.
Provides core functionality for reading and writing instance data to and from
 bound objects.
Provides an implementation of the Module model
 (
gov.nist.secauto.metaschema.core.model) represented by a
 module-specific set of bound Java classes
 (gov.nist.secauto.metaschema.databind.model.metaschema.binding).- 
Uses of IBoundLoader in gov.nist.secauto.metaschema.databind
Methods in gov.nist.secauto.metaschema.databind that return IBoundLoaderModifier and TypeMethodDescriptiondefault IBoundLoaderIBindingContext.newBoundLoader()Get a newIBoundLoaderinstance to load bound content instances.Methods in gov.nist.secauto.metaschema.databind with parameters of type IBoundLoaderModifier and TypeMethodDescriptiondefault IValidationResultIBindingContext.validate(IDefinitionNodeItem<?, ?> nodeItem, IBoundLoader loader, IConfiguration<ValidationFeature<?>> config) Perform constraint validation on the provided bound object represented as anIDefinitionNodeItem.default IValidationResultIBindingContext.validate(IDocumentNodeItem nodeItem, IBoundLoader loader, IConfiguration<ValidationFeature<?>> config) Perform constraint validation on the provided bound object represented as anIDocumentNodeItem. - 
Uses of IBoundLoader in gov.nist.secauto.metaschema.databind.io
Classes in gov.nist.secauto.metaschema.databind.io that implement IBoundLoaderMethods in gov.nist.secauto.metaschema.databind.io that return IBoundLoaderModifier and TypeMethodDescriptionDefaultBoundLoader.applyConfiguration(IConfiguration<DeserializationFeature<?>> other) IBoundLoader.applyConfiguration(IConfiguration<DeserializationFeature<?>> other) default IBoundLoaderIBoundLoader.disableFeature(DeserializationFeature<?> feature) default IBoundLoaderIBoundLoader.enableFeature(DeserializationFeature<?> feature) DefaultBoundLoader.set(DeserializationFeature<?> feature, Object value) IBoundLoader.set(DeserializationFeature<?> feature, Object value)  - 
Uses of IBoundLoader in gov.nist.secauto.metaschema.databind.model.metaschema
Methods in gov.nist.secauto.metaschema.databind.model.metaschema that return IBoundLoaderModifier and TypeMethodDescriptionprotected IBoundLoaderBindingModuleLoader.getLoader()Get the underlying bound loader.