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