Uses of Interface
gov.nist.secauto.metaschema.databind.io.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
Modifier and TypeMethodDescriptiondefault IBoundLoader
IBindingContext.newBoundLoader()
Get a newIBoundLoader
instance to load bound content instances.Modifier and TypeMethodDescriptiondefault IValidationResult
IBindingContext.validate
(IDefinitionNodeItem<?, ?> nodeItem, IBoundLoader loader, IConfiguration<ValidationFeature<?>> config) Perform constraint validation on the provided bound object represented as anIDefinitionNodeItem
.default IValidationResult
IBindingContext.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
Modifier and TypeMethodDescriptionDefaultBoundLoader.applyConfiguration
(IConfiguration<DeserializationFeature<?>> other) IBoundLoader.applyConfiguration
(IConfiguration<DeserializationFeature<?>> other) default IBoundLoader
IBoundLoader.disableFeature
(DeserializationFeature<?> feature) default IBoundLoader
IBoundLoader.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
Modifier and TypeMethodDescriptionprotected IBoundLoader
BindingModuleLoader.getLoader()
Get the underlying bound loader.