Uses of Interface
org.skyscreamer.jsonassert.ValueMatcher
-
Packages that use ValueMatcher Package Description org.skyscreamer.jsonassert -
-
Uses of ValueMatcher in org.skyscreamer.jsonassert
Subinterfaces of ValueMatcher in org.skyscreamer.jsonassert Modifier and Type Interface Description interfaceLocationAwareValueMatcher<T>A ValueMatcher extension that provides location in form of prefix to the equals method.Classes in org.skyscreamer.jsonassert that implement ValueMatcher Modifier and Type Class Description classArrayValueMatcher<T>A value matcher for arrays.classRegularExpressionValueMatcher<T>A JSONassert value matcher that matches actual value to regular expression.Methods in org.skyscreamer.jsonassert with parameters of type ValueMatcher Modifier and Type Method Description static CustomizationCustomization. customization(java.lang.String path, ValueMatcher<java.lang.Object> comparator)Constructors in org.skyscreamer.jsonassert with parameters of type ValueMatcher Constructor Description Customization(java.lang.String path, ValueMatcher<java.lang.Object> comparator)
-