Uses of Class
io.swagger.v3.oas.annotations.media.Schema.RequiredMode
-
Packages that use Schema.RequiredMode Package Description io.swagger.v3.oas.annotations.media -
-
Uses of Schema.RequiredMode in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return Schema.RequiredMode Modifier and Type Method Description Schema.RequiredModerequiredMode()Allows to specify the required mode (RequiredMode.AUTO, REQUIRED, NOT_REQUIRED) RequiredMode.AUTO: will let the library decide based on its heuristics.static Schema.RequiredModeSchema.RequiredMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Schema.RequiredMode[]Schema.RequiredMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-