Package org.hl7.fhir.r4.formats
Interface JsonCreator
- All Known Implementing Classes:
JsonCreatorCanonical
,JsonCreatorDirect
,JsonCreatorGson
public interface JsonCreator
Facade to GSON writer, or something that imposes property ordering first
- Author:
- Grahame
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
endArray()
void
void
finish()
void
void
void
void
void
void
void
void
value
(BigDecimal value) void
-
Method Details
-
setIndent
-
beginObject
- Throws:
IOException
-
endObject
- Throws:
IOException
-
nullValue
- Throws:
IOException
-
name
- Throws:
IOException
-
value
- Throws:
IOException
-
value
- Throws:
IOException
-
value
- Throws:
IOException
-
valueNum
- Throws:
IOException
-
value
- Throws:
IOException
-
beginArray
- Throws:
IOException
-
endArray
- Throws:
IOException
-
finish
- Throws:
IOException
-
link
-