Uses of Interface
io.swagger.models.Model
-
Packages that use Model Package Description io.swagger.models io.swagger.models.parameters io.swagger.models.properties io.swagger.models.utils -
-
Uses of Model in io.swagger.models
Classes in io.swagger.models that implement Model Modifier and Type Class Description classAbstractModelclassArrayModelclassBooleanValueModelclassComposedModelclassModelImplclassRefModelFields in io.swagger.models with type parameters of type Model Modifier and Type Field Description protected Map<String,Model>Swagger. definitionsMethods in io.swagger.models that return Model Modifier and Type Method Description ModelComposedModel. getChild()ModelComposedModel. getParent()ModelResponse. getResponseSchema()Methods in io.swagger.models that return types with arguments of type Model Modifier and Type Method Description List<Model>ComposedModel. getAllOf()Map<String,Model>Swagger. getDefinitions()Methods in io.swagger.models with parameters of type Model Modifier and Type Method Description voidSwagger. addDefinition(String key, Model model)ComposedModelComposedModel. child(Model model)SwaggerSwagger. model(String name, Model model)ComposedModelComposedModel. parent(Model model)ResponseResponse. responseSchema(Model model)voidComposedModel. setChild(Model model)voidComposedModel. setParent(Model model)voidResponse. setResponseSchema(Model model)Method parameters in io.swagger.models with type arguments of type Model Modifier and Type Method Description voidComposedModel. setAllOf(List<Model> allOf)voidSwagger. setDefinitions(Map<String,Model> definitions) -
Uses of Model in io.swagger.models.parameters
Methods in io.swagger.models.parameters that return Model Modifier and Type Method Description ModelBodyParameter. getSchema()Methods in io.swagger.models.parameters with parameters of type Model Modifier and Type Method Description BodyParameterBodyParameter. schema(Model schema)voidBodyParameter. setSchema(Model schema) -
Uses of Model in io.swagger.models.properties
Methods in io.swagger.models.properties that return Model Modifier and Type Method Description static ModelPropertyBuilder. toModel(Property property)Converts passed property into a model. -
Uses of Model in io.swagger.models.utils
Methods in io.swagger.models.utils that return Model Modifier and Type Method Description ModelPropertyModelConverter. propertyToModel(Property property)Methods in io.swagger.models.utils with parameters of type Model Modifier and Type Method Description PropertyPropertyModelConverter. modelToProperty(Model model)
-