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
Fields in io.muserver.openapi declared as InfoObject Modifier and Type Field Description InfoObject
OpenAPIObject. info
Deprecated.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)
-