Uses of Class
de.gematik.test.tiger.common.config.RbelModificationDescription
Packages that use RbelModificationDescription
Package
Description
-
Uses of RbelModificationDescription in de.gematik.test.tiger.common.config
Methods in de.gematik.test.tiger.common.config that return RbelModificationDescriptionModifier and TypeMethodDescriptionRbelModificationDescription.RbelModificationDescriptionBuilder.build()RbelModificationDescription.withCondition(String condition) RbelModificationDescription.withDeleteAfterNExecutions(Integer deleteAfterNExecutions) RbelModificationDescription.withRegexFilter(String regexFilter) RbelModificationDescription.withReplaceWith(String replaceWith) RbelModificationDescription.withTargetElement(String targetElement) -
Uses of RbelModificationDescription in de.gematik.test.tiger.common.data.config.tigerProxy
Methods in de.gematik.test.tiger.common.data.config.tigerProxy that return types with arguments of type RbelModificationDescriptionMethod parameters in de.gematik.test.tiger.common.data.config.tigerProxy with type arguments of type RbelModificationDescriptionModifier and TypeMethodDescriptionTigerProxyConfiguration.TigerProxyConfigurationBuilder.modifications(List<RbelModificationDescription> modifications) voidTigerProxyConfiguration.setModifications(List<RbelModificationDescription> modifications)