Uses of Class
io.swagger.v3.oas.models.media.Schema.SchemaResolution
-
Packages that use Schema.SchemaResolution Package Description io.swagger.v3.oas.models.media -
-
Uses of Schema.SchemaResolution in io.swagger.v3.oas.models.media
Methods in io.swagger.v3.oas.models.media that return Schema.SchemaResolution Modifier and Type Method Description static Schema.SchemaResolutionSchema.SchemaResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static Schema.SchemaResolution[]Schema.SchemaResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.
-