Package org.hl7.fhir.r5.openapi
Class HeaderWriter
- java.lang.Object
-
- org.hl7.fhir.r5.openapi.BaseWriter
-
- org.hl7.fhir.r5.openapi.ParameterWriter
-
- org.hl7.fhir.r5.openapi.HeaderWriter
-
public class HeaderWriter extends ParameterWriter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hl7.fhir.r5.openapi.ParameterWriter
ParameterWriter.ParameterLocation, ParameterWriter.ParameterStyle
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.r5.openapi.BaseWriter
object
-
-
Constructor Summary
Constructors Constructor Description HeaderWriter(com.google.gson.JsonObject object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterWriterin(ParameterWriter.ParameterLocation value)-
Methods inherited from class org.hl7.fhir.r5.openapi.ParameterWriter
allowEmptyValue, allowEmptyValue, allowReserved, deprecated, description, example, explode, name, required, schema, schema, schemaRef, style
-
Methods inherited from class org.hl7.fhir.r5.openapi.BaseWriter
ensureArrayObject, ensureMapObject, ensureMapObject, ensureObject, forceArray, forceArrayObject
-
-
-
-
Constructor Detail
-
HeaderWriter
public HeaderWriter(com.google.gson.JsonObject object)
-
-
Method Detail
-
in
public ParameterWriter in(ParameterWriter.ParameterLocation value)
- Overrides:
inin classParameterWriter
-
-