Uses of Class
io.swagger.models.properties.UntypedProperty
-
Packages that use UntypedProperty Package Description io.swagger.models.properties -
-
Uses of UntypedProperty in io.swagger.models.properties
Methods in io.swagger.models.properties that return UntypedProperty Modifier and Type Method Description UntypedPropertyUntypedProperty. _default(String _default)UntypedPropertyUntypedProperty. access(String access)UntypedPropertyUntypedProperty. description(String description)UntypedPropertyUntypedProperty. example(Object example)UntypedPropertyUntypedProperty. name(String name)UntypedPropertyUntypedProperty. readOnly()UntypedPropertyUntypedProperty. readOnly(boolean readOnly)UntypedPropertyUntypedProperty. required(boolean required)UntypedPropertyUntypedProperty. title(String title)UntypedPropertyUntypedProperty. vendorExtension(String key, Object obj)UntypedPropertyUntypedProperty. xml(Xml xml)
-