Uses of Class
org.apache.juneau.bean.swagger.Info
Packages that use Info
-
Uses of Info in org.apache.juneau.bean.swagger
Methods in org.apache.juneau.bean.swagger that return InfoModifier and TypeMethodDescriptionInfo.copy()
Make a deep copy of this object.Swagger.getInfo()
Bean property getter:info .static final Info
SwaggerBuilder.info()
Creates an emptyInfo
element.static final Info
Info.setContact
(Contact value) Bean property setter:contact .Info.setDescription
(String value) Bean property setter:description .Info.setLicense
(License value) Bean property setter:license .Info.setSiteName
(String value) Bean property setter:siteName .Info.setTermsOfService
(String value) Bean property setter:termsOfService .Bean property setter:title .Info.setVersion
(String value) Bean property setter:version .Info.strict()
Sets strict mode on this bean.Sets strict mode on this bean.Methods in org.apache.juneau.bean.swagger with parameters of type InfoConstructors in org.apache.juneau.bean.swagger with parameters of type Info