Uses of Class
io.muserver.openapi.ComponentsObjectBuilder
-
Packages that use ComponentsObjectBuilder Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of ComponentsObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return ComponentsObjectBuilder Modifier and Type Method Description static ComponentsObjectBuilderComponentsObjectBuilder. componentsObject()Creates a builder for aComponentsObjectstatic ComponentsObjectBuilderComponentsObjectBuilder. componentsObject(ComponentsObject toCopy)Creates a builder for aComponentsObjectbased on an existing components objectComponentsObjectBuilderComponentsObjectBuilder. withCallbacks(java.util.Map<java.lang.String,CallbackObject> callbacks)ComponentsObjectBuilderComponentsObjectBuilder. withExamples(java.util.Map<java.lang.String,ExampleObject> examples)ComponentsObjectBuilderComponentsObjectBuilder. withHeaders(java.util.Map<java.lang.String,HeaderObject> headers)ComponentsObjectBuilderComponentsObjectBuilder. withLinks(java.util.Map<java.lang.String,LinkObject> links)ComponentsObjectBuilderComponentsObjectBuilder. withParameters(java.util.Map<java.lang.String,ParameterObject> parameters)ComponentsObjectBuilderComponentsObjectBuilder. withRequestBodies(java.util.Map<java.lang.String,RequestBodyObject> requestBodies)ComponentsObjectBuilderComponentsObjectBuilder. withResponses(java.util.Map<java.lang.String,ResponseObject> responses)ComponentsObjectBuilderComponentsObjectBuilder. withSchemas(java.util.Map<java.lang.String,SchemaObject> schemas)ComponentsObjectBuilderComponentsObjectBuilder. withSecuritySchemes(java.util.Map<java.lang.String,SecuritySchemeObject> securitySchemes)
-