Uses of Class
org.apache.juneau.bean.openapi3.Info
Packages that use Info
-
Uses of Info in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return InfoModifier and TypeMethodDescriptionInfo.copy()
Make a deep copy of this object.OpenApi.getInfo()
Returns the info object.static final Info
OpenApiBuilder.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.setTermsOfService
(String value) Bean property setter:termsOfService .Bean property setter:title .Info.setVersion
(String value) Bean property setter:version .Info.strict()
Methods in org.apache.juneau.bean.openapi3 with parameters of type InfoConstructors in org.apache.juneau.bean.openapi3 with parameters of type Info