Uses of Class
io.swagger.models.properties.BooleanProperty
-
Packages that use BooleanProperty Package Description io.swagger.models.properties -
-
Uses of BooleanProperty in io.swagger.models.properties
Methods in io.swagger.models.properties that return BooleanProperty Modifier and Type Method Description BooleanPropertyBooleanProperty. _default(boolean _default)BooleanPropertyBooleanProperty. _default(String _default)BooleanPropertyBooleanProperty. _enum(Boolean value)BooleanPropertyBooleanProperty. example(Boolean example)BooleanPropertyBooleanProperty. readOnly()BooleanPropertyBooleanProperty. vendorExtension(String key, Object obj)BooleanPropertyBooleanProperty. xml(Xml xml)
-