Uses of Class
io.swagger.models.properties.BinaryProperty
-
Packages that use BinaryProperty Package Description io.swagger.models.properties -
-
Uses of BinaryProperty in io.swagger.models.properties
Methods in io.swagger.models.properties that return BinaryProperty Modifier and Type Method Description BinaryPropertyBinaryProperty. _default(String _default)BinaryPropertyBinaryProperty. maxLength(Integer maxLength)BinaryPropertyBinaryProperty. minLength(Integer minLength)BinaryPropertyBinaryProperty. pattern(String pattern)BinaryPropertyBinaryProperty. readOnly()BinaryPropertyBinaryProperty. vendorExtension(String key, Object obj)BinaryPropertyBinaryProperty. xml(Xml xml)
-