Uses of Class
de.gematik.rbellogger.modifier.RbelModificationDescription
-
Packages that use RbelModificationDescription Package Description de.gematik.rbellogger.modifier -
-
Uses of RbelModificationDescription in de.gematik.rbellogger.modifier
Methods in de.gematik.rbellogger.modifier that return RbelModificationDescription Modifier and Type Method Description RbelModificationDescriptionRbelModificationDescription.RbelModificationDescriptionBuilder. build()RbelModificationDescriptionRbelModificationDescription. withCondition(java.lang.String condition)RbelModificationDescriptionRbelModificationDescription. withName(java.lang.String name)RbelModificationDescriptionRbelModificationDescription. withRegexFilter(java.lang.String regexFilter)RbelModificationDescriptionRbelModificationDescription. withReplaceWith(java.lang.String replaceWith)RbelModificationDescriptionRbelModificationDescription. withTargetElement(java.lang.String targetElement)Methods in de.gematik.rbellogger.modifier that return types with arguments of type RbelModificationDescription Modifier and Type Method Description java.util.List<RbelModificationDescription>RbelModifier. getModifications()Methods in de.gematik.rbellogger.modifier with parameters of type RbelModificationDescription Modifier and Type Method Description voidRbelModifier. addModification(RbelModificationDescription modificationDescription)
-