Uses of Interface
org.skyscreamer.jsonassert.ValueMatcher
Packages that use ValueMatcher
-
Uses of ValueMatcher in org.skyscreamer.jsonassert
Subinterfaces of ValueMatcher in org.skyscreamer.jsonassertModifier and TypeInterfaceDescriptioninterface
A ValueMatcher extension that provides location in form of prefix to the equals method.Classes in org.skyscreamer.jsonassert that implement ValueMatcherModifier and TypeClassDescriptionclass
A value matcher for arrays.class
A JSONassert value matcher that matches actual value to regular expression.Methods in org.skyscreamer.jsonassert with parameters of type ValueMatcherModifier and TypeMethodDescriptionstatic Customization
Customization.customization
(String path, ValueMatcher<Object> comparator) Constructors in org.skyscreamer.jsonassert with parameters of type ValueMatcher