JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
com.jayway.jsonassert.impl.matcher
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package com.jayway.jsonassert.impl.matcher
package
com.jayway.jsonassert.impl.matcher
Related Packages
Package
Description
com.jayway.jsonassert.impl
Classes
Class
Description
CollectionMatcher
<C extends
Collection
<?>>
IsCollectionWithSize
<E>
Matches if collection size satisfies a nested matcher.
IsEmptyCollection
<E>
Tests if collection is empty.
IsMapContainingKey
<K>
IsMapContainingValue
<V>
MapTypeSafeMatcher
<M extends
Map
<?,
?>>