Package org.hl7.fhir.r5.openapi
Class ParameterWriter
java.lang.Object
org.hl7.fhir.r5.openapi.BaseWriter
org.hl7.fhir.r5.openapi.ParameterWriter
- Direct Known Subclasses:
HeaderWriter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from class org.hl7.fhir.r5.openapi.BaseWriter
object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowEmptyValue(boolean value)allowReserved(boolean value)deprecated(boolean value)description(String value)example(com.google.gson.JsonObject example)explode(boolean value)in(ParameterWriter.ParameterLocation value)required(boolean value)schema()schema(com.google.gson.JsonObject jsonSchema)style(ParameterWriter.ParameterStyle value)Methods inherited from class org.hl7.fhir.r5.openapi.BaseWriter
ensureArrayObject, ensureMapObject, ensureMapObject, ensureObject, forceArray, forceArrayObject
-
Constructor Details
-
ParameterWriter
-
-
Method Details
-
in
-
name
-
allowEmptyValue
-
description
-
required
-
deprecated
-
allowEmptyValue
-
style
-
explode
-
allowReserved
-
schema
-
schema
-
schemaRef
-
example
-