Uses of Class
io.swagger.models.properties.ArrayProperty
-
Packages that use ArrayProperty Package Description io.swagger.models.properties -
-
Uses of ArrayProperty in io.swagger.models.properties
Methods in io.swagger.models.properties that return ArrayProperty Modifier and Type Method Description ArrayPropertyArrayProperty. description(String description)ArrayPropertyArrayProperty. example(Object example)ArrayPropertyArrayProperty. items(Property items)ArrayPropertyArrayProperty. readOnly()ArrayPropertyArrayProperty. title(String title)ArrayPropertyArrayProperty. uniqueItems()ArrayPropertyArrayProperty. vendorExtension(String key, Object obj)ArrayPropertyArrayProperty. xml(Xml xml)
-