Package org.hl7.fhir.r4b.openapi
Class PathItemWriter
- java.lang.Object
-
- org.hl7.fhir.r4b.openapi.BaseWriter
-
- org.hl7.fhir.r4b.openapi.PathItemWriter
-
public class PathItemWriter extends BaseWriter
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4b.openapi.BaseWriter
object
-
-
Constructor Summary
Constructors Constructor Description PathItemWriter(com.google.gson.JsonObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathItemWriterdescription(String value)OperationWriteroperation(String op)PathItemWritersummary(String value)-
Methods inherited from class org.hl7.fhir.r4b.openapi.BaseWriter
ensureArrayObject, ensureMapObject, ensureMapObject, ensureObject, forceArray, forceArrayObject
-
-
-
-
Constructor Detail
-
PathItemWriter
public PathItemWriter(com.google.gson.JsonObject object)
-
-
Method Detail
-
summary
public PathItemWriter summary(String value)
-
description
public PathItemWriter description(String value)
-
operation
public OperationWriter operation(String op)
-
-