Class ObjectBuilder
java.lang.Object
org.frankframework.documentbuilder.StructureBuilder
org.frankframework.documentbuilder.ObjectBuilder
- All Implemented Interfaces:
AutoCloseable
,IObjectBuilder
- Direct Known Subclasses:
JsonObjectBuilder
,XmlObjectBuilder
-
Field Summary
Fields inherited from class org.frankframework.documentbuilder.StructureBuilder
field
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addArrayField
(String name, String elementName) void
addAttribute
(String name, boolean value) void
addAttribute
(String name, Number value) void
addAttribute
(String name, String value) void
void
addNumberAttribute
(String name, String value) addObjectField
(String name) Methods inherited from class org.frankframework.documentbuilder.StructureBuilder
asArrayBuilder, asObjectBuilder, close, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.frankframework.documentbuilder.IObjectBuilder
addField, addRepeatedField, close
-
Constructor Details
-
ObjectBuilder
public ObjectBuilder()
-
-
Method Details
-
add
- Throws:
SAXException
-
add
- Throws:
SAXException
-
add
- Throws:
SAXException
-
addNumber
- Throws:
SAXException
-
addAttribute
- Throws:
SAXException
-
addAttribute
- Throws:
SAXException
-
addAttribute
- Throws:
SAXException
-
addNumberAttribute
- Throws:
SAXException
-
addObjectField
- Throws:
SAXException
-
addArrayField
- Throws:
SAXException
-