Package org.hl7.fhir.r5.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
boolean
canElide()
void
void
elide()
void
endArray()
void
void
externalLink
(String string) void
finish()
void
void
void
void
void
void
void
value
(BigDecimal value) void
-
Method Details
-
comment
-
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
-
anchor
-
externalLink
-
elide
void elide() -
canElide
boolean canElide()
-