Uses of Interface
io.swagger.models.properties.Property
-
Packages that use Property Package Description io.swagger.models io.swagger.models.parameters io.swagger.models.properties io.swagger.models.utils -
-
Uses of Property in io.swagger.models
Fields in io.swagger.models with type parameters of type Property Modifier and Type Field Description protected Map<String,Property>AbstractModel. propertiesMethods in io.swagger.models that return Property Modifier and Type Method Description PropertyModelImpl. getAdditionalProperties()PropertyArrayModel. getItems()PropertyResponse. getSchema()Deprecated.Methods in io.swagger.models that return types with arguments of type Property Modifier and Type Method Description Map<String,Property>Response. getHeaders()Map<String,Property>AbstractModel. getProperties()Map<String,Property>Model. getProperties()Map<String,Property>RefModel. getProperties()Methods in io.swagger.models with parameters of type Property Modifier and Type Method Description voidResponse. addHeader(String key, Property property)ModelImplModelImpl. additionalProperties(Property additionalProperties)voidAbstractModel. addProperty(String key, Property property)ResponseResponse. header(String name, Property property)ArrayModelArrayModel. items(Property items)ModelImplModelImpl. property(String key, Property property)ResponseResponse. schema(Property property)Deprecated.voidModelImpl. setAdditionalProperties(Property additionalProperties)voidArrayModel. setItems(Property items)voidResponse. setSchema(Property schema)Deprecated.Method parameters in io.swagger.models with type arguments of type Property Modifier and Type Method Description ResponseResponse. headers(Map<String,Property> headers)voidResponse. setHeaders(Map<String,Property> headers)voidAbstractModel. setProperties(Map<String,Property> properties)voidModel. setProperties(Map<String,Property> properties)voidRefModel. setProperties(Map<String,Property> properties) -
Uses of Property in io.swagger.models.parameters
Fields in io.swagger.models.parameters declared as Property Modifier and Type Field Description protected PropertyAbstractSerializableParameter. itemsMethods in io.swagger.models.parameters that return Property Modifier and Type Method Description PropertyAbstractSerializableParameter. getItems()PropertySerializableParameter. getItems()Methods in io.swagger.models.parameters with parameters of type Property Modifier and Type Method Description TAbstractSerializableParameter. items(Property items)TAbstractSerializableParameter. property(Property property)voidAbstractSerializableParameter. setItems(Property items)voidSerializableParameter. setItems(Property items)voidAbstractSerializableParameter. setProperty(Property property) -
Uses of Property in io.swagger.models.properties
Classes in io.swagger.models.properties that implement Property Modifier and Type Class Description classAbstractNumericPropertyclassAbstractPropertyclassArrayPropertyclassBaseIntegerPropertyTheBaseIntegerPropertyclass 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.classUntypedPropertyclassUUIDPropertyFields in io.swagger.models.properties declared as Property Modifier and Type Field Description protected PropertyArrayProperty. itemsMethods in io.swagger.models.properties that return Property Modifier and Type Method Description PropertyAbstractProperty. allowEmptyValue(Boolean allowEmptyValue)static PropertyPropertyBuilder. build(String type, String format, Map<PropertyBuilder.PropertyId,Object> args)Creates new property on the passed arguments.PropertyAbstractProperty. description(String description)PropertyProperty. description(String description)PropertyMapProperty. getAdditionalProperties()PropertyArrayProperty. getItems()static PropertyPropertyBuilder. merge(Property property, Map<PropertyBuilder.PropertyId,Object> args)Merges passed arguments into an existing property instance.PropertyAbstractProperty. readOnly()PropertyAbstractProperty. rename(String newName)PropertyProperty. rename(String newName)creates a new instance and renames the property to the given name.PropertyAbstractProperty. title(String title)PropertyProperty. title(String title)Methods in io.swagger.models.properties that return types with arguments of type Property Modifier and Type Method Description List<Property>ComposedProperty. getAllOf()Map<String,Property>ObjectProperty. getProperties()Methods in io.swagger.models.properties with parameters of type Property Modifier and Type Method Description MapPropertyMapProperty. additionalProperties(Property property)ArrayPropertyArrayProperty. items(Property items)static PropertyPropertyBuilder. merge(Property property, Map<PropertyBuilder.PropertyId,Object> args)Merges passed arguments into an existing property instance.ObjectPropertyObjectProperty. property(String name, Property property)voidMapProperty. setAdditionalProperties(Property property)voidArrayProperty. setItems(Property items)static ModelPropertyBuilder. toModel(Property property)Converts passed property into a model.Method parameters in io.swagger.models.properties with type arguments of type Property Modifier and Type Method Description ComposedPropertyComposedProperty. allOf(List<Property> allOf)ObjectPropertyObjectProperty. properties(Map<String,Property> properties)voidComposedProperty. setAllOf(List<Property> allOf)voidObjectProperty. setProperties(Map<String,Property> properties)Constructors in io.swagger.models.properties with parameters of type Property Constructor Description ArrayProperty(Property items)MapProperty(Property property)Constructor parameters in io.swagger.models.properties with type arguments of type Property Constructor Description ObjectProperty(Map<String,Property> properties) -
Uses of Property in io.swagger.models.utils
Methods in io.swagger.models.utils that return Property Modifier and Type Method Description PropertyPropertyModelConverter. modelToProperty(Model model)Methods in io.swagger.models.utils with parameters of type Property Modifier and Type Method Description ModelPropertyModelConverter. propertyToModel(Property property)
-