Uses of Class
org.apache.juneau.bean.openapi3.Components
Packages that use Components
-
Uses of Components in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return ComponentsModifier and TypeMethodDescriptionstatic final Components
OpenApiBuilder.components()
Creates an emptyComponents
element.Components.copy()
Creates a copy of this object.OpenApi.getComponents()
Returns the components object.Components.setCallbacks
(Map<String, Callback> value) Sets the callbacks map.Components.setExamples
(Map<String, Example> value) Sets the examples map.Components.setHeaders
(Map<String, HeaderInfo> value) Sets the headers map.Sets the links map.Components.setParameters
(Map<String, Parameter> value) Sets the parameters map.Components.setRequestBodies
(Map<String, RequestBodyInfo> value) Sets the request bodies map.Components.setResponses
(Map<String, Response> value) Sets the responses map.Components.setSchemas
(Map<String, SchemaInfo> value) Sets the schemas map.Components.setSecuritySchemes
(Map<String, SecuritySchemeInfo> value) Sets the security schemes map.Components.strict()
Methods in org.apache.juneau.bean.openapi3 with parameters of type ComponentsModifier and TypeMethodDescriptionOpenApi.setComponents
(Components value) Sets the components object.Constructors in org.apache.juneau.bean.openapi3 with parameters of type Components