Uses of Class
dev.metaschema.schemagen.ModuleIndex
Packages that use ModuleIndex
Package
Description
Provides schema generation capabilities for Metaschema modules.
-
Uses of ModuleIndex in dev.metaschema.schemagen
Methods in dev.metaschema.schemagen that return ModuleIndexModifier and TypeMethodDescriptionAbstractGenerationState.getMetaschemaIndex()Get the module index containing indexed definitions from the module.static ModuleIndexModuleIndex.indexDefinitions(dev.metaschema.core.model.IModule module, IInlineStrategy inlineStrategy) Creates an index of all definitions reachable from the module's root assembly definitions.Methods in dev.metaschema.schemagen with parameters of type ModuleIndexModifier and TypeMethodDescriptionbooleanChoiceNotInlineStrategy.isInline(dev.metaschema.core.model.IDefinition definition, ModuleIndex metaschemaIndex) booleanIInlineStrategy.isInline(dev.metaschema.core.model.IDefinition definition, ModuleIndex metaschemaIndex) Determine if the provided definition should be inlined in the generated schema.