Uses of Enum
dev.metaschema.schemagen.ISchemaGenerator.SchemaFormat
Packages that use ISchemaGenerator.SchemaFormat
Package
Description
Provides a collection of abstract and concrete command line interface (CLI)
commands that process Metaschema module-based information.
Provides schema generation capabilities for Metaschema modules.
-
Uses of ISchemaGenerator.SchemaFormat in dev.metaschema.cli.commands
Methods in dev.metaschema.cli.commands that return ISchemaGenerator.SchemaFormatModifier and TypeMethodDescriptionMetaschemaCommands.getSchemaFormat(org.apache.commons.cli.CommandLine commandLine, org.apache.commons.cli.Option option) Parse the command line options to get the selected schema format. -
Uses of ISchemaGenerator.SchemaFormat in dev.metaschema.schemagen
Methods in dev.metaschema.schemagen that return ISchemaGenerator.SchemaFormatModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ISchemaGenerator.SchemaFormat[]ISchemaGenerator.SchemaFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.metaschema.schemagen with parameters of type ISchemaGenerator.SchemaFormatModifier and TypeMethodDescriptionstatic voidISchemaGenerator.generateSchema(IModule module, Writer writer, ISchemaGenerator.SchemaFormat asFormat, IConfiguration<SchemaGenerationFeature<?>> configuration) Generate a schema for the provided module and write it to the specified writer.static voidISchemaGenerator.generateSchema(IModule module, Path destination, ISchemaGenerator.SchemaFormat asFormat, IConfiguration<SchemaGenerationFeature<?>> configuration) Generate a schema for the provided module and write it to the specified file path.