Uses of Class
io.swagger.v3.oas.annotations.media.Schema.AdditionalPropertiesValue
-
Packages that use Schema.AdditionalPropertiesValue Package Description io.swagger.v3.oas.annotations.media -
-
Uses of Schema.AdditionalPropertiesValue in io.swagger.v3.oas.annotations.media
Methods in io.swagger.v3.oas.annotations.media that return Schema.AdditionalPropertiesValue Modifier and Type Method Description Schema.AdditionalPropertiesValue
additionalProperties()
Allows to specify the additionalProperties value AdditionalPropertiesValue.TRUE: set to TRUE AdditionalPropertiesValue.FALSE: set to FALSE AdditionalPropertiesValue.USE_ADDITIONAL_PROPERTIES_ANNOTATION: resolve from @Content.additionalPropertiesSchemastatic Schema.AdditionalPropertiesValue
Schema.AdditionalPropertiesValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schema.AdditionalPropertiesValue[]
Schema.AdditionalPropertiesValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-