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:
setIndent
in interfaceJsonCreator
-
beginObject
- Specified by:
beginObject
in interfaceJsonCreator
- Throws:
IOException
-
stepIn
- Throws:
IOException
-
stepOut
- Throws:
IOException
-
endObject
- Specified by:
endObject
in interfaceJsonCreator
- Throws:
IOException
-
nullValue
- Specified by:
nullValue
in interfaceJsonCreator
- Throws:
IOException
-
name
- Specified by:
name
in interfaceJsonCreator
- Throws:
IOException
-
value
- Specified by:
value
in interfaceJsonCreator
- Throws:
IOException
-
value
- Specified by:
value
in interfaceJsonCreator
- Throws:
IOException
-
value
- Specified by:
value
in interfaceJsonCreator
- Throws:
IOException
-
valueNum
- Specified by:
valueNum
in interfaceJsonCreator
- Throws:
IOException
-
value
- Specified by:
value
in interfaceJsonCreator
- Throws:
IOException
-
beginArray
- Specified by:
beginArray
in interfaceJsonCreator
- Throws:
IOException
-
endArray
- Specified by:
endArray
in interfaceJsonCreator
- Throws:
IOException
-
finish
- Specified by:
finish
in interfaceJsonCreator
- Throws:
IOException
-
link
- Specified by:
link
in interfaceJsonCreator
-