Uses of Class
io.muserver.openapi.InfoObject
-
Packages that use InfoObject 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 InfoObject in io.muserver.openapi
Methods in io.muserver.openapi that return InfoObject Modifier and Type Method Description InfoObject
InfoObjectBuilder. build()
InfoObject
OpenAPIObject. info()
Methods in io.muserver.openapi with parameters of type InfoObject Modifier and Type Method Description OpenAPIObjectBuilder
OpenAPIObjectBuilder. withInfo(InfoObject info)
-