Uses of Class
org.apache.juneau.bean.openapi3.OpenApi
Packages that use OpenApi
- 
Uses of OpenApi in org.apache.juneau.bean.openapi3Fields in org.apache.juneau.bean.openapi3 declared as OpenApiModifier and TypeFieldDescriptionstatic final OpenApiOpenApi.NULLRepresents a null OpenAPI documentMethods in org.apache.juneau.bean.openapi3 that return OpenApiModifier and TypeMethodDescriptionAdds a path to this OpenAPI document.OpenApi.addSecurity(Collection<SecurityRequirement> values) Bean property fluent setter:security .OpenApi.addSecurity(SecurityRequirement... values) Bean property fluent setter:security .OpenApi.addServers(Collection<Server> values) Bean property fluent setter:servers .OpenApi.addServers(Server... values) Bean property fluent setter:servers .OpenApi.addTags(Collection<Tag> values) Bean property appender:tags .Bean property appender:tags .OpenApi.copy()Make a deep copy of this object.static final OpenApiOpenApiBuilder.openApi()Creates an emptyOpenApielement.static final OpenApiOpenApi.setComponents(Components value) Sets the components object.OpenApi.setExternalDocs(ExternalDocumentation value) Sets the external documentation.Sets the info object.OpenApi.setOpenapi(String value) Sets the OpenAPI version.Sets the paths map.OpenApi.setSecurity(List<SecurityRequirement> value) Sets the security requirements list.OpenApi.setServers(List<Server> value) Sets the servers list.Sets the tags list.Bean property setter:tags .OpenApi.strict()Methods in org.apache.juneau.bean.openapi3 with parameters of type OpenApiModifier and TypeMethodDescriptionHeaderInfo.resolveRefs(OpenApi openApi, Deque<String> refStack, int maxDepth) Resolves any"$ref" attributes in this element.Items.resolveRefs(OpenApi openApi, Deque<String> refStack, int maxDepth) Resolves any"$ref" attributes in this element.SchemaInfo.resolveRefs(OpenApi openApi, Deque<String> refStack, int maxDepth) Resolves any"$ref" attributes in this element.Constructors in org.apache.juneau.bean.openapi3 with parameters of type OpenApi
- 
Uses of OpenApi in org.apache.juneau.bean.openapi3.uiMethods in org.apache.juneau.bean.openapi3.ui with parameters of type OpenApi