
Package org.hl7.fhir.r4.formats
Class JsonCreatorDirect
java.lang.Object
org.hl7.fhir.r4.formats.JsonCreatorDirect
- All Implemented Interfaces:
JsonCreator
A little implementation of a json write to replace Gson .... because Gson
screws up decimal values, and *we care*
- Author:
- Grahame Grieve
-
Constructor Details
-
JsonCreatorDirect
-
-
Method Details
-
setIndent
- Specified by:
setIndentin interfaceJsonCreator
-
beginObject
- Specified by:
beginObjectin interfaceJsonCreator- Throws:
IOException
-
stepIn
- Throws:
IOException
-
stepOut
- 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
-
valueNum
- Specified by:
valueNumin 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- Throws:
IOException
-
link
- Specified by:
linkin interfaceJsonCreator
-