Uses of Interface
org.frankframework.documentbuilder.INodeBuilder
Packages that use INodeBuilder
Package
Description
-
Uses of INodeBuilder in org.frankframework.documentbuilder
Subinterfaces of INodeBuilder in org.frankframework.documentbuilderClasses in org.frankframework.documentbuilder that implement INodeBuilderModifier and TypeClassDescriptionclass
class
class
class
Fields in org.frankframework.documentbuilder declared as INodeBuilderMethods in org.frankframework.documentbuilder that return INodeBuilderModifier and TypeMethodDescriptionIArrayBuilder.addElement()
JsonArrayBuilder.addElement()
XmlArrayBuilder.addElement()
-
Uses of INodeBuilder in org.frankframework.filesystem
Methods in org.frankframework.filesystem with parameters of type INodeBuilderModifier and TypeMethodDescriptionstatic <F,
FS extends IBasicFileSystem<F>>
voidFileSystemUtils.getFileInfo
(FS fileSystem, F f, INodeBuilder nodeBuilder) -
Uses of INodeBuilder in org.frankframework.mongodb
Constructors in org.frankframework.mongodb with parameters of type INodeBuilderModifierConstructorDescriptionJsonDocumentWriter
(INodeBuilder nodeBuilder) Creates a new instance which useswriter
to write JSON to.JsonDocumentWriter
(INodeBuilder nodeBuilder, org.bson.json.JsonWriterSettings settings) Creates a new instance which useswriter
to write JSON to and uses the given settings.StrictJsonDocumentWriter
(INodeBuilder nodeBuilder, org.bson.json.StrictCharacterStreamJsonWriterSettings settings) Construct an instance.