Package de.gematik.test.tiger.lib.rbel
Class RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder
java.lang.Object
de.gematik.test.tiger.lib.rbel.RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder
- Enclosing class:
- RbelMessageNodeElementMatchExecutor
public static class RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()elements(List<RbelElement> elements) foundMatchingNode(boolean foundMatchingNode) regexPattern(@Nullable Pattern regexPattern) shouldMatch(boolean shouldMatch) toString()
-
Method Details
-
rbelPath
public RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder rbelPath(String rbelPath) - Returns:
this.
-
oracle
public RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder oracle(String oracle) - Returns:
this.
-
shouldMatch
public RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder shouldMatch(boolean shouldMatch) - Returns:
this.
-
elements
public RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder elements(List<RbelElement> elements) - Returns:
this.
-
regexPattern
public RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder regexPattern(@Nullable @Nullable Pattern regexPattern) - Returns:
this.
-
foundMatchingNode
public RbelMessageNodeElementMatchExecutor.RbelMessageNodeElementMatchExecutorBuilder foundMatchingNode(boolean foundMatchingNode) - Returns:
this.
-
build
-
toString
-