Uses of Interface
dev.metaschema.core.configuration.IConfiguration
Packages that use IConfiguration
Package
Description
Provides a type-safe configuration framework for processors and parsers.
Provides the core Metapath expression language implementation.
Metaschema constraint definitions and validation framework.
-
Uses of IConfiguration in dev.metaschema.core.configuration
Subinterfaces of IConfiguration in dev.metaschema.core.configurationModifier and TypeInterfaceDescriptioninterfaceIMutableConfiguration<T extends IConfigurationFeature<?>>This interface provides methods for retrieving and updating the configuration of processors and parsers in this library.Classes in dev.metaschema.core.configuration that implement IConfigurationModifier and TypeClassDescriptionclassDefaultConfiguration<T extends IConfigurationFeature<?>>Provides a basic configuration management implementation that allows mutable access to configuration state.Methods in dev.metaschema.core.configuration with parameters of type IConfigurationModifier and TypeMethodDescriptionDefaultConfiguration.applyConfiguration(IConfiguration<T> original) @Owning IMutableConfiguration<T>IMutableConfiguration.applyConfiguration(IConfiguration<T> other) Replace this configuration with theotherconfiguration. -
Uses of IConfiguration in dev.metaschema.core.metapath
Methods in dev.metaschema.core.metapath that return IConfigurationModifier and TypeMethodDescriptionDynamicContext.getConfiguration()Get the Metapath evaluation configuration. -
Uses of IConfiguration in dev.metaschema.core.model.constraint
Classes in dev.metaschema.core.model.constraint that implement IConfigurationModifier and TypeClassDescriptionclassUsed to perform constraint validation over one or more node items.Methods in dev.metaschema.core.model.constraint with parameters of type IConfigurationModifier and TypeMethodDescription@Owning DefaultConstraintValidatorDefaultConstraintValidator.applyConfiguration(IConfiguration<ValidationFeature<?>> other)