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 ComponentsObjectBuilder
ComponentsObjectBuilder. componentsObject()
Creates a builder for aComponentsObject
static ComponentsObjectBuilder
ComponentsObjectBuilder. componentsObject(ComponentsObject toCopy)
Creates a builder for aComponentsObject
based on an existing components objectComponentsObjectBuilder
ComponentsObjectBuilder. withCallbacks(java.util.Map<java.lang.String,CallbackObject> callbacks)
ComponentsObjectBuilder
ComponentsObjectBuilder. withExamples(java.util.Map<java.lang.String,ExampleObject> examples)
ComponentsObjectBuilder
ComponentsObjectBuilder. withHeaders(java.util.Map<java.lang.String,HeaderObject> headers)
ComponentsObjectBuilder
ComponentsObjectBuilder. withLinks(java.util.Map<java.lang.String,LinkObject> links)
ComponentsObjectBuilder
ComponentsObjectBuilder. withParameters(java.util.Map<java.lang.String,ParameterObject> parameters)
ComponentsObjectBuilder
ComponentsObjectBuilder. withRequestBodies(java.util.Map<java.lang.String,RequestBodyObject> requestBodies)
ComponentsObjectBuilder
ComponentsObjectBuilder. withResponses(java.util.Map<java.lang.String,ResponseObject> responses)
ComponentsObjectBuilder
ComponentsObjectBuilder. withSchemas(java.util.Map<java.lang.String,SchemaObject> schemas)
ComponentsObjectBuilder
ComponentsObjectBuilder. withSecuritySchemes(java.util.Map<java.lang.String,SecuritySchemeObject> securitySchemes)
-