Uses of Enum
dev.metaschema.schemagen.ISchemaGenerator.SchemaFormat
Packages that use ISchemaGenerator.SchemaFormat
Package
Description
Provides schema generation capabilities for Metaschema modules.
-
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(dev.metaschema.core.model.IModule module, Writer writer, ISchemaGenerator.SchemaFormat asFormat, dev.metaschema.core.configuration.IConfiguration<SchemaGenerationFeature<?>> configuration) Generate a schema for the provided module and write it to the specified writer.static voidISchemaGenerator.generateSchema(dev.metaschema.core.model.IModule module, Path destination, ISchemaGenerator.SchemaFormat asFormat, dev.metaschema.core.configuration.IConfiguration<SchemaGenerationFeature<?>> configuration) Generate a schema for the provided module and write it to the specified file path.