Class JsonNodeBuilder
java.lang.Object
org.frankframework.documentbuilder.JsonNodeBuilder
- All Implemented Interfaces:
AutoCloseable
,INodeBuilder
- Direct Known Subclasses:
JsonDocumentBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
setNumberValue
(String value) void
setValue
(boolean value) void
void
startArray
(String elementName)
-
Constructor Details
-
JsonNodeBuilder
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceINodeBuilder
- Throws:
SAXException
-
startArray
- Specified by:
startArray
in interfaceINodeBuilder
- Throws:
SAXException
-
startObject
- Specified by:
startObject
in interfaceINodeBuilder
- Throws:
SAXException
-
setValue
- Specified by:
setValue
in interfaceINodeBuilder
- Throws:
SAXException
-
setValue
- Specified by:
setValue
in interfaceINodeBuilder
- Throws:
SAXException
-
setValue
- Specified by:
setValue
in interfaceINodeBuilder
- Throws:
SAXException
-
setNumberValue
- Specified by:
setNumberValue
in interfaceINodeBuilder
- Throws:
SAXException
-