Uses of Class
org.eclipse.microprofile.openapi.models.media.Schema.SchemaType
-
Packages that use Schema.SchemaType Package Description org.eclipse.microprofile.openapi.models.media 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.SchemaType Modifier and Type Method Description static Schema.SchemaType
Schema.SchemaType. valueOf(String name)
Returns 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.SchemaType Modifier and Type Method Description List<Schema.SchemaType>
Schema. getType()
Returns the type property of this Schema instance.Methods in org.eclipse.microprofile.openapi.models.media with parameters of type Schema.SchemaType Modifier and Type Method Description Schema
Schema. addType(Schema.SchemaType type)
Adds a type to the type list.void
Schema. 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.SchemaType Modifier and Type Method Description void
Schema. setType(List<Schema.SchemaType> types)
Sets the type property of this Schema instance.default Schema
Schema. type(List<Schema.SchemaType> types)
Sets the type property of this Schema instance.
-