Uses of Class
io.muserver.openapi.ComponentsObject
-
Packages that use ComponentsObject 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 ComponentsObject in io.muserver.openapi
Methods in io.muserver.openapi that return ComponentsObject Modifier and Type Method Description ComponentsObjectComponentsObjectBuilder. build()ComponentsObjectOpenAPIObject. components()Methods in io.muserver.openapi with parameters of type ComponentsObject Modifier and Type Method Description static ComponentsObjectBuilderComponentsObjectBuilder. componentsObject(ComponentsObject toCopy)Creates a builder for aComponentsObjectbased on an existing components objectOpenAPIObjectBuilderOpenAPIObjectBuilder. withComponents(ComponentsObject components)
-