Uses of Class
io.swagger.models.properties.AbstractProperty
-
Packages that use AbstractProperty Package Description io.swagger.models.properties -
-
Uses of AbstractProperty in io.swagger.models.properties
Subclasses of AbstractProperty in io.swagger.models.properties Modifier and Type Class Description classAbstractNumericPropertyclassArrayPropertyclassBaseIntegerPropertyTheBaseIntegerPropertyclass defines property for integers without specific format, or with a custom format.classBinaryPropertyclassBooleanPropertyclassBooleanValuePropertyclassByteArrayPropertyclassComposedPropertyclassDatePropertyclassDateTimePropertyclassDecimalPropertyThe DecimalProperty class defines properties for (decimal) numbers without a specific format, or with a custom format.classDoublePropertyclassEmailPropertyclassFilePropertyclassFloatPropertyclassIntegerPropertyclassLongPropertyclassMapPropertyclassObjectPropertyclassPasswordPropertyclassRefPropertyclassStringPropertyThe StringProperty class defines properties for strings without a specific format, for standard formats which don't need specific handling, or for custom formats.classUntypedPropertyclassUUIDProperty
-