Uses of Enum
org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
Packages that use Schema.SchemaType
Package
Description
A set of interfaces for programmable models to represent input and output data types and media types.
-
Uses of Schema.SchemaType in org.eclipse.microprofile.openapi.models.media
Methods in org.eclipse.microprofile.openapi.models.media that return Schema.SchemaTypeModifier and TypeMethodDescriptionstatic Schema.SchemaTypeReturns the enum constant of this type with the specified name.static Schema.SchemaType[]Schema.SchemaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.microprofile.openapi.models.media that return types with arguments of type Schema.SchemaTypeModifier and TypeMethodDescriptionSchema.getType()Returns the type property of this Schema instance.Methods in org.eclipse.microprofile.openapi.models.media with parameters of type Schema.SchemaTypeModifier and TypeMethodDescriptionSchema.addType(Schema.SchemaType type) Adds a type to the type list.voidSchema.removeType(Schema.SchemaType type) Removes a type from the type list.Method parameters in org.eclipse.microprofile.openapi.models.media with type arguments of type Schema.SchemaTypeModifier and TypeMethodDescriptionvoidSchema.setType(List<Schema.SchemaType> types) Sets the type property of this Schema instance.default SchemaSchema.type(List<Schema.SchemaType> types) Sets the type property of this Schema instance.