<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [matchers](./case-definition-dsl.matchers.md) &gt; [primitives](./case-definition-dsl.matchers.primitives.md)

## matchers.primitives namespace

## Classes

<table><thead><tr><th>

Class

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

[AnyBoolean](./case-definition-dsl.matchers.primitives.anyboolean.md)

</td><td>

Matches any Boolean.

</td></tr>
<tr><td>

[AnyInteger](./case-definition-dsl.matchers.primitives.anyinteger.md)

</td><td>

Matches any whole integer number.

</td></tr>
<tr><td>

[AnyNull](./case-definition-dsl.matchers.primitives.anynull.md)

</td><td>

Matches `null` (useful for languages like Java where `body: null` means no body, but you want to match a eg a json document that has the body `"null"`<!-- -->).

</td></tr>
<tr><td>

[AnyNumber](./case-definition-dsl.matchers.primitives.anynumber.md)

</td><td>

Matches a number following \[RFC 8259 JSON\](https://www.rfc-editor.org/rfc/rfc8259).

</td></tr>
</tbody></table>
