Uses of Class
dev.metaschema.core.model.MetaschemaException
Packages that use MetaschemaException
Package
Description
Provides a collection of abstract and concrete command line interface (CLI)
commands that process Metaschema module-based information.
Core Metaschema model interfaces and implementations.
Support for parsing Metaschema module-based data using Java class bindings.
Support for generating "plain old Java objects" (POJOs) based on a Module.
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 MetaschemaException in dev.metaschema.cli.commands
Methods in dev.metaschema.cli.commands that throw MetaschemaExceptionModifier and TypeMethodDescriptionprotected abstract IBindingContextAbstractConvertSubcommand.AbstractConversionCommandExecutor.getBindingContext()Get the binding context to use for data processing. -
Uses of MetaschemaException in dev.metaschema.core.model
Methods in dev.metaschema.core.model that throw MetaschemaExceptionModifier and TypeMethodDescriptionLoads a resource from the specified URL.Load a resource from the specified path.default TLoad a resource from the specified file.Load a resource from the specified URI.Loads a resource from the specified URL.Load a resource from the specified path.protected TAbstractLoader.loadInternal(URI resource, Deque<URI> visitedResources) Loads a resource from the provided URI.protected abstract MParse theresourcebased on the providedxmlObject. -
Uses of MetaschemaException in dev.metaschema.databind
Methods in dev.metaschema.databind that throw MetaschemaExceptionModifier and TypeMethodDescriptionprotected abstract Class<? extends IBoundModule>AbstractModuleLoaderStrategy.handleUnboundModule(IModule key) Handle a module that is not already bound to a Java class.protected Class<? extends IBoundModule>SimpleModuleLoaderStrategy.handleUnboundModule(IModule module) default IBindingMetaschemaModuleIBindingContext.loadMetaschema(URL url) Loads a Metaschema module from the specified URL.default IBindingMetaschemaModuleIBindingContext.loadMetaschema(Path path) Loads a Metaschema module from the specified path.AbstractModuleLoaderStrategy.registerModule(IModule module, IBindingContext bindingContext) final IBoundModuleDefaultBindingContext.registerModule(Class<? extends IBoundModule> clazz) IBindingContext.IModuleLoaderStrategy.registerModule(IModule module, IBindingContext bindingContext) Registers the provided Metaschema module.default IBoundModuleIBindingContext.registerModule(IModule module) Registers the provided Metaschema module with this binding context.IBindingContext.registerModule(Class<? extends IBoundModule> clazz) Load a bound Metaschema module implemented by the provided class.PostProcessingModuleLoaderStrategy.registerModule(IModule module, IBindingContext bindingContext) -
Uses of MetaschemaException in dev.metaschema.databind.codegen
Methods in dev.metaschema.databind.codegen that throw MetaschemaExceptionModifier and TypeMethodDescriptionClass<? extends IBoundModule>Class<? extends IBoundModule>Generate bound Java classes for the provided Metaschema module. -
Uses of MetaschemaException in dev.metaschema.databind.model.metaschema
Methods in dev.metaschema.databind.model.metaschema that throw MetaschemaExceptionModifier and TypeMethodDescriptionprotected IBindingMetaschemaModuleBindingModuleLoader.newModule(URI resource, METASCHEMA binding, List<? extends IBindingMetaschemaModule> importedModules)