public class PathsObject extends Object
PathsObjectBuilder
Modifier and Type | Field and Description |
---|---|
Map<String,PathItemObject> |
pathItemObjects
Deprecated.
use
pathItemObjects() instead |
Modifier and Type | Method and Description |
---|---|
Map<String,PathItemObject> |
pathItemObjects() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
@Deprecated public final Map<String,PathItemObject> pathItemObjects
pathItemObjects()
insteadpublic void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic Map<String,PathItemObject> pathItemObjects()
PathsObjectBuilder.withPathItemObjects(java.util.Map<java.lang.String, io.muserver.openapi.PathItemObject>)
Copyright © 2017–2021. All rights reserved.