Uses of Class
io.swagger.models.Info
-
Packages that use Info Package Description io.swagger.models -
-
Uses of Info in io.swagger.models
Fields in io.swagger.models declared as Info Modifier and Type Field Description protected InfoSwagger. infoMethods in io.swagger.models that return Info Modifier and Type Method Description InfoInfo. contact(Contact contact)InfoInfo. description(String description)InfoSwagger. getInfo()InfoInfo. license(License license)InfoInfo. mergeWith(Info info)InfoInfo. termsOfService(String termsOfService)InfoInfo. title(String title)InfoInfo. version(String version)Methods in io.swagger.models with parameters of type Info Modifier and Type Method Description SwaggerSwagger. info(Info info)InfoInfo. mergeWith(Info info)voidSwagger. setInfo(Info info)
-