Uses of Interface
org.skyscreamer.jsonassert.ValueMatcher

Packages that use ValueMatcher
org.skyscreamer.jsonassert   
 

Uses of ValueMatcher in org.skyscreamer.jsonassert
 

Subinterfaces of ValueMatcher in org.skyscreamer.jsonassert
 interface LocationAwareValueMatcher<T>
          A ValueMatcher extension that provides location in form of prefix to the equals method.
 

Classes in org.skyscreamer.jsonassert that implement ValueMatcher
 class ArrayValueMatcher<T>
          A value matcher for arrays.
 class RegularExpressionValueMatcher<T>
          A JSONassert value matcher that matches actual value to regular expression.
 

Methods in org.skyscreamer.jsonassert with parameters of type ValueMatcher
static Customization Customization.customization(String path, ValueMatcher<Object> comparator)
           
 

Constructors in org.skyscreamer.jsonassert with parameters of type ValueMatcher
Customization(String path, ValueMatcher<Object> comparator)
           
 



Copyright © 2014. All Rights Reserved.