Uses of Class
org.eclipse.microprofile.openapi.annotations.enums.SchemaType
-
Packages that use SchemaType Package Description org.eclipse.microprofile.openapi.annotations.enums A set of parameters used by other annotations to represent their enumerable properties.org.eclipse.microprofile.openapi.annotations.media A set of annotations to represent input and output data type, media type and relevant examples. -
-
Uses of SchemaType in org.eclipse.microprofile.openapi.annotations.enums
Methods in org.eclipse.microprofile.openapi.annotations.enums that return SchemaType Modifier and Type Method Description static SchemaType
SchemaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaType[]
SchemaType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaType in org.eclipse.microprofile.openapi.annotations.media
Methods in org.eclipse.microprofile.openapi.annotations.media that return SchemaType Modifier and Type Method Description SchemaType
type()
Provides an override for the basic type of the schema.SchemaType
type()
Provides an override for the basic type of the schema.
-