Uses of Class
io.muserver.openapi.LinkObject
-
Packages that use LinkObject 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 LinkObject in io.muserver.openapi
Fields in io.muserver.openapi with type parameters of type LinkObject Modifier and Type Field Description java.util.Map<java.lang.String,LinkObject>
ComponentsObject. links
Deprecated.java.util.Map<java.lang.String,LinkObject>
ResponseObject. links
Deprecated.useResponseObject.links()
insteadMethods in io.muserver.openapi that return LinkObject Modifier and Type Method Description LinkObject
LinkObjectBuilder. build()
Methods in io.muserver.openapi that return types with arguments of type LinkObject Modifier and Type Method Description java.util.Map<java.lang.String,LinkObject>
ComponentsObject. links()
java.util.Map<java.lang.String,LinkObject>
ResponseObject. links()
Method parameters in io.muserver.openapi with type arguments of type LinkObject Modifier and Type Method Description ComponentsObjectBuilder
ComponentsObjectBuilder. withLinks(java.util.Map<java.lang.String,LinkObject> links)
ResponseObjectBuilder
ResponseObjectBuilder. withLinks(java.util.Map<java.lang.String,LinkObject> links)
-