java.lang.Object
uk.org.webcompere.modelassert.json.dsl.SubsetDsl<A>
uk.org.webcompere.modelassert.json.dsl.nodespecific.ArrayNodes<A>
Type Parameters:
A - the type of assertion
All Implemented Interfaces:
ArrayNodeDsl<A>, Sizeable<A>, Satisfies<A>

public class ArrayNodes<A> extends SubsetDsl<A> implements ArrayNodeDsl<A>
Reduce the DSL down to just Aarrays
  • Constructor Details

    • ArrayNodes

      public ArrayNodes(Satisfies<A> satisfies)