Uses of Enum
gov.nist.secauto.metaschema.schemagen.ISchemaGenerator.SchemaFormat
Packages that use ISchemaGenerator.SchemaFormat
-
Uses of ISchemaGenerator.SchemaFormat in gov.nist.secauto.metaschema.schemagen
Methods in gov.nist.secauto.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 gov.nist.secauto.metaschema.schemagen with parameters of type ISchemaGenerator.SchemaFormatModifier and TypeMethodDescriptionstatic void
ISchemaGenerator.generateSchema
(IModule module, Writer writer, ISchemaGenerator.SchemaFormat asFormat, IConfiguration<SchemaGenerationFeature<?>> configuration) static void
ISchemaGenerator.generateSchema
(IModule module, Path destination, ISchemaGenerator.SchemaFormat asFormat, IConfiguration<SchemaGenerationFeature<?>> configuration)