
Package org.hl7.fhir.r5.formats
Class JsonCreatorGson
java.lang.Object
org.hl7.fhir.r5.formats.JsonCreatorGson
- All Implemented Interfaces:
 JsonCreator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidbooleancanElide()voidvoidelide()voidendArray()voidvoidexternalLink(String string) voidfinish()booleanvoidvoidvoidvoidvoidvoidvoidvalue(BigDecimal value) void 
- 
Constructor Details
- 
JsonCreatorGson
 
 - 
 - 
Method Details
- 
beginObject
- Specified by:
 beginObjectin interfaceJsonCreator- Throws:
 IOException
 - 
endObject
- Specified by:
 endObjectin interfaceJsonCreator- Throws:
 IOException
 - 
nullValue
- Specified by:
 nullValuein interfaceJsonCreator- Throws:
 IOException
 - 
name
- Specified by:
 namein interfaceJsonCreator- Throws:
 IOException
 - 
value
- Specified by:
 valuein interfaceJsonCreator- Throws:
 IOException
 - 
value
- Specified by:
 valuein interfaceJsonCreator- Throws:
 IOException
 - 
value
- Specified by:
 valuein interfaceJsonCreator- Throws:
 IOException
 - 
value
- Specified by:
 valuein interfaceJsonCreator- Throws:
 IOException
 - 
beginArray
- Specified by:
 beginArrayin interfaceJsonCreator- Throws:
 IOException
 - 
endArray
- Specified by:
 endArrayin interfaceJsonCreator- Throws:
 IOException
 - 
finish
- Specified by:
 finishin interfaceJsonCreator
 - 
link
- Specified by:
 linkin interfaceJsonCreator
 - 
valueNum
- Specified by:
 valueNumin interfaceJsonCreator- Throws:
 IOException
 - 
anchor
- Specified by:
 anchorin interfaceJsonCreator
 - 
comment
- Specified by:
 commentin interfaceJsonCreator
 - 
externalLink
- Specified by:
 externalLinkin interfaceJsonCreator
 - 
elide
- Specified by:
 elidein interfaceJsonCreator
 - 
canElide
- Specified by:
 canElidein interfaceJsonCreator
 - 
isCanonical
- Specified by:
 isCanonicalin interfaceJsonCreator
 
 -