Package org.hl7.fhir.r4b.openapi
Class SchemaWriter
- java.lang.Object
-
- org.hl7.fhir.r4b.openapi.BaseWriter
-
- org.hl7.fhir.r4b.openapi.SchemaWriter
-
public class SchemaWriter extends BaseWriter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaWriter.SchemaType
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r4b.openapi.BaseWriter
object
-
-
Constructor Summary
Constructors Constructor Description SchemaWriter(com.google.gson.JsonObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaWriterenums(String... values)SchemaWriterformat(String value)SchemaWriteritems()SchemaWritertype(SchemaWriter.SchemaType value)-
Methods inherited from class org.hl7.fhir.r4b.openapi.BaseWriter
ensureArrayObject, ensureMapObject, ensureMapObject, ensureObject, forceArray, forceArrayObject
-
-
-
-
Constructor Detail
-
SchemaWriter
public SchemaWriter(com.google.gson.JsonObject object)
-
-
Method Detail
-
type
public SchemaWriter type(SchemaWriter.SchemaType value)
-
items
public SchemaWriter items()
-
enums
public SchemaWriter enums(String... values)
-
format
public SchemaWriter format(String value)
-
-