Package io.muserver.openapi
Class PathsObject
- java.lang.Object
-
- io.muserver.openapi.PathsObject
-
public class PathsObject extends java.lang.Object
- See Also:
PathsObjectBuilder
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,PathItemObject>
pathItemObjects
Deprecated.usepathItemObjects()
instead
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,PathItemObject>
pathItemObjects()
void
writeJson(java.io.Writer writer)
-
-
-
Field Detail
-
pathItemObjects
@Deprecated public final java.util.Map<java.lang.String,PathItemObject> pathItemObjects
Deprecated.usepathItemObjects()
instead
-
-
Method Detail
-
writeJson
public void writeJson(java.io.Writer writer) throws java.io.IOException
- Throws:
java.io.IOException
-
pathItemObjects
public java.util.Map<java.lang.String,PathItemObject> pathItemObjects()
- Returns:
- the value described by
PathsObjectBuilder.withPathItemObjects(java.util.Map<java.lang.String, io.muserver.openapi.PathItemObject>)
-
-