public class LinkObject extends Object
LinkObjectBuilder
Modifier and Type | Field and Description |
---|---|
String |
description
Deprecated.
use
description() instead |
String |
operationId
Deprecated.
use
operationId() instead |
Map<String,Object> |
parameters
Deprecated.
use
parameters() instead |
Object |
requestBody
Deprecated.
use
requestBody() instead |
ServerObject |
server
Deprecated.
use
server() instead |
Modifier and Type | Method and Description |
---|---|
String |
description() |
String |
operationId() |
Map<String,Object> |
parameters() |
Object |
requestBody() |
ServerObject |
server() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
@Deprecated public final String operationId
operationId()
instead@Deprecated public final Map<String,Object> parameters
parameters()
instead@Deprecated public final Object requestBody
requestBody()
instead@Deprecated public final String description
description()
instead@Deprecated public final ServerObject server
server()
insteadpublic void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic String operationId()
LinkObjectBuilder.withOperationId(java.lang.String)
public Map<String,Object> parameters()
LinkObjectBuilder.withParameters(java.util.Map<java.lang.String, java.lang.Object>)
public Object requestBody()
LinkObjectBuilder.withRequestBody(java.lang.Object)
public String description()
LinkObjectBuilder.withDescription(java.lang.String)
public ServerObject server()
LinkObjectBuilder.withServer(io.muserver.openapi.ServerObject)
Copyright © 2017–2021. All rights reserved.