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 TypeMethodDescriptionInternalMatcher.describedAs(String description) Sets the description of this object.Creates an assert object that only compares given node.InternalMatcher.when(ConfigurationWhen.PathsParam object, ConfigurationWhen.ApplicableForPath... actions) Sets advanced/local options.InternalMatcher.whenIgnoringPaths(String... pathsToBeIgnored) InternalMatcher.withDifferenceListener(DifferenceListener differenceListener) InternalMatcher.withIgnorePlaceholder(String ignorePlaceholder) Sets the placeholder that can be used to ignore values.InternalMatcher.withMatcher(String matcherName, org.hamcrest.Matcher<?> matcher) Adds a internalMatcher to be used in ${json-unit.matches:matcherName} macro.InternalMatcher.withOptions(Option firstOption, Option... otherOptions) Sets options changing comparison behavior.InternalMatcher.withTolerance(double tolerance) Sets the tolerance for floating number comparison.InternalMatcher.withTolerance(@Nullable BigDecimal tolerance) Sets the tolerance for floating number comparison.