Uses of Interface
dev.metaschema.core.model.ILoader
Packages that use ILoader
Package
Description
Core Metaschema model interfaces and implementations.
Provides an implementation of the Module model
(
dev.metaschema.core.model) represented by a module-specific set of
bound Java classes
(dev.metaschema.databind.model.metaschema.binding).-
Uses of ILoader in dev.metaschema.core.model
Subinterfaces of ILoader in dev.metaschema.core.modelModifier and TypeInterfaceDescriptioninterfaceProvides loading capabilities for Metaschema constraint sets.interfaceIModuleLoader<M extends IModuleExtended<M,?, ?, ?, ?>> Provides loading capabilities for Metaschema modules.Classes in dev.metaschema.core.model that implement ILoaderModifier and TypeClassDescriptionclassBase implementation ofILoaderproviding resource loading with caching and cycle detection.classAbstractModuleLoader<T,M extends IModuleExtended<M, ?, ?, ?, ?>> Provides methods to load a Metaschema expressed in XML. -
Uses of ILoader in dev.metaschema.databind.model.metaschema
Subinterfaces of ILoader in dev.metaschema.databind.model.metaschemaModifier and TypeInterfaceDescriptioninterfaceLoader interface for Metaschema modules using data binding.Classes in dev.metaschema.databind.model.metaschema that implement ILoaderModifier and TypeClassDescriptionclassLoads Metaschema constraints from external constraint files using data binding.classLoads Metaschema modules from XML or YAML sources using data binding.