Uses of Class
io.swagger.models.properties.StringProperty
-
Packages that use StringProperty Package Description io.swagger.models.properties -
-
Uses of StringProperty in io.swagger.models.properties
Subclasses of StringProperty in io.swagger.models.properties Modifier and Type Class Description classByteArrayPropertyclassEmailPropertyMethods in io.swagger.models.properties that return StringProperty Modifier and Type Method Description StringPropertyStringProperty. _default(String _default)StringPropertyStringProperty. _enum(String value)StringPropertyStringProperty. _enum(List<String> value)StringPropertyStringProperty. example(String example)StringPropertyStringProperty. maxLength(Integer maxLength)StringPropertyStringProperty. minLength(Integer minLength)StringPropertyStringProperty. pattern(String pattern)StringPropertyStringProperty. readOnly()StringPropertyStringProperty. required(boolean required)StringPropertyStringProperty. vendorExtension(String key, Object obj)StringPropertyStringProperty. xml(Xml xml)Constructors in io.swagger.models.properties with parameters of type StringProperty Constructor Description EmailProperty(StringProperty prop)
-