Package io.muserver.openapi
Class ExternalDocumentationObject
- java.lang.Object
-
- io.muserver.openapi.ExternalDocumentationObject
-
public class ExternalDocumentationObject extends java.lang.Object
- See Also:
ExternalDocumentationObjectBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
description()
java.net.URI
url()
void
writeJson(java.io.Writer writer)
-
-
-
Method Detail
-
writeJson
public void writeJson(java.io.Writer writer) throws java.io.IOException
- Throws:
java.io.IOException
-
description
public java.lang.String description()
- Returns:
- the value described by
ExternalDocumentationObjectBuilder.withDescription(java.lang.String)
-
url
public java.net.URI url()
- Returns:
- the value described by
ExternalDocumentationObjectBuilder.withUrl(java.net.URI)
-
-