
Package org.hl7.fhir.r5.openapi
Class BaseWriter
java.lang.Object
org.hl7.fhir.r5.openapi.BaseWriter
- Direct Known Subclasses:
ComponentsWriter,ExternalDocsWriter,InfoWriter,MediaTypeObjectWriter,OperationWriter,ParameterWriter,PathItemWriter,RequestBodyWriter,ResponseObjectWriter,ResponsesWriter,SchemaWriter,ServerVariableWriter,ServerWriter,TagWriter,Writer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.gson.JsonObjectensureArrayObject(String arrayName, String propertyName, String value) protected com.google.gson.JsonObjectensureMapObject(String value) protected com.google.gson.JsonObjectensureMapObject(String mapName, String value) protected com.google.gson.JsonObjectensureObject(String name) protected com.google.gson.JsonArrayforceArray(String arrayName) protected com.google.gson.JsonObjectforceArrayObject(String arrayName)
-
Field Details
-
object
-
-
Constructor Details
-
BaseWriter
-
-
Method Details
-
ensureObject
-
ensureArrayObject
protected com.google.gson.JsonObject ensureArrayObject(String arrayName, String propertyName, String value) -
forceArray
-
forceArrayObject
-
ensureMapObject
-
ensureMapObject
-