Uses of Interface
dev.metaschema.core.model.IModuleLoader
Packages that use IModuleLoader
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 IModuleLoader in dev.metaschema.core.model
Classes in dev.metaschema.core.model that implement IModuleLoaderModifier and TypeClassDescriptionclassAbstractModuleLoader<T,M extends IModuleExtended<M, ?, ?, ?, ?>> Provides methods to load a Metaschema expressed in XML. -
Uses of IModuleLoader in dev.metaschema.databind.model.metaschema
Subinterfaces of IModuleLoader in dev.metaschema.databind.model.metaschemaModifier and TypeInterfaceDescriptioninterfaceLoader interface for Metaschema modules using data binding.Classes in dev.metaschema.databind.model.metaschema that implement IModuleLoaderModifier and TypeClassDescriptionclassLoads Metaschema modules from XML or YAML sources using data binding.