public class TagObject extends Object
TagObjectBuilder
Modifier and Type | Field and Description |
---|---|
String |
description
Deprecated.
use
description() instead |
ExternalDocumentationObject |
externalDocs
Deprecated.
use
externalDocs() instead |
String |
name
Deprecated.
use
name() instead |
Modifier and Type | Method and Description |
---|---|
String |
description() |
boolean |
equals(Object o) |
ExternalDocumentationObject |
externalDocs() |
int |
hashCode() |
String |
name() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
@Deprecated public final String name
name()
instead@Deprecated public final String description
description()
instead@Deprecated public final ExternalDocumentationObject externalDocs
externalDocs()
insteadpublic void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic String name()
TagObjectBuilder.withName(java.lang.String)
public String description()
TagObjectBuilder.withDescription(java.lang.String)
public ExternalDocumentationObject externalDocs()
TagObjectBuilder.withExternalDocs(io.muserver.openapi.ExternalDocumentationObject)
Copyright © 2017–2021. All rights reserved.