Package org.hl7.fhir.r4b.openapi
Class TagWriter
- java.lang.Object
-
- org.hl7.fhir.r4b.openapi.BaseWriter
-
- org.hl7.fhir.r4b.openapi.TagWriter
-
public class TagWriter extends BaseWriter
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4b.openapi.BaseWriter
object
-
-
Constructor Summary
Constructors Constructor Description TagWriter(com.google.gson.JsonObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagWriterdescription(String value)ExternalDocsWritervariable(String name)-
Methods inherited from class org.hl7.fhir.r4b.openapi.BaseWriter
ensureArrayObject, ensureMapObject, ensureMapObject, ensureObject, forceArray, forceArrayObject
-
-
-
-
Constructor Detail
-
TagWriter
public TagWriter(com.google.gson.JsonObject object)
-
-
Method Detail
-
description
public TagWriter description(String value)
-
variable
public ExternalDocsWriter variable(String name)
-
-