Uses of Class
de.gematik.rbellogger.builder.RbelBuilder
Packages that use RbelBuilder
-
Uses of RbelBuilder in de.gematik.rbellogger.builder
Methods in de.gematik.rbellogger.builder that return RbelBuilderModifier and TypeMethodDescriptionRbelBuilder.addEntryAt(String rbelPath, String newValue) Adds a new entry at a list or array at a specific pathstatic RbelBuilderInitializes aRbelBuilderwith an object from a given filestatic RbelBuilderInitializes aRbelBuilder; the first direct child gets its key from the objectName parameter and its content from an object from a given filestatic RbelBuilderRbelBuilder.fromScratch(RbelContentType type) Initializes an emptyRbelBuilderstatic RbelBuilderRbelBuilder.fromString(String content) reads a formatted String and creates a newRbelBuilderusing the content as its treeRootNodeRbelBuilder.setValueAt(String rbelPath, String newValue) Sets the value at a specific path to a new RbelContentTreeNode; the path or its parent must existMethods in de.gematik.rbellogger.builder with parameters of type RbelBuilder