Uses of Class
net.javacrumbs.jsonunit.core.internal.matchers.InternalMatcher
Packages that use InternalMatcher
-
Uses of InternalMatcher in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers that return InternalMatcherModifier and TypeMethodDescription@NotNull InternalMatcherInternalMatcher.describedAs(@NotNull String description) Sets the description of this object.@NotNull InternalMatcherCreates an assert object that only compares given node.final @NotNull InternalMatcherInternalMatcher.when(@NotNull ConfigurationWhen.PathsParam object, @NotNull ConfigurationWhen.ApplicableForPath... actions) Sets advanced/local options.@NotNull InternalMatcherInternalMatcher.whenIgnoringPaths(@NotNull String... pathsToBeIgnored) @NotNull InternalMatcherInternalMatcher.withDifferenceListener(@NotNull DifferenceListener differenceListener) @NotNull InternalMatcherInternalMatcher.withIgnorePlaceholder(@NotNull String ignorePlaceholder) Sets the placeholder that can be used to ignore values.@NotNull InternalMatcherInternalMatcher.withMatcher(@NotNull String matcherName, @NotNull org.hamcrest.Matcher<?> matcher) Adds a internalMatcher to be used in ${json-unit.matches:matcherName} macro.@NotNull InternalMatcherInternalMatcher.withOptions(@NotNull Option firstOption, @NotNull Option... otherOptions) Sets options changing comparison behavior.@NotNull InternalMatcherInternalMatcher.withTolerance(double tolerance) Sets the tolerance for floating number comparison.@NotNull InternalMatcherInternalMatcher.withTolerance(@Nullable BigDecimal tolerance) Sets the tolerance for floating number comparison.