Uses of Class
io.swagger.v3.oas.annotations.StringToClassMapItem
-
Packages that use StringToClassMapItem Package Description io.swagger.v3.oas.annotations.media -
-
Uses of StringToClassMapItem in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return StringToClassMapItem Modifier and Type Method Description StringToClassMapItem[]
dependentSchemas()
Allows to specify the dependentSchemas value providing a Class to be resolved into a SchemaStringToClassMapItem[]
patternProperties()
Provides pattern properties to this schemaStringToClassMapItem[]
properties()
Provides properties related to this schema
-