
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 TypeMethodDescriptionvoidvoidvoidbooleancanElide()voidvoidelide()voidendArray()voidvoidexternalLink(String string) voidfinish()booleanvoidvoidvoidvoidvoidvoidvoidvalue(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() -
isCanonical
boolean isCanonical()
-