<!-- 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; [modifiers](./case-definition-dsl.matchers.modifiers.md)

## matchers.modifiers namespace

## Classes

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

Class

</th><th>

Description

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

[ExactlyLike](./case-definition-dsl.matchers.modifiers.exactlylike.md)

</td><td>

Everything inside this matcher will be matched exactly, unless overridden with a generic matcher (eg `AnyString` or` ShapedLike`<!-- -->). Use this to switch out of `shapedLike` and back to the default exact matching.

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

[ShapedLike](./case-definition-dsl.matchers.modifiers.shapedlike.md)

</td><td>

Everything inside this matcher will be matched on the shape of the data (ie, type alone), unless overridden with other matchers. Use this to switch out of the default `exactlyLike` matching.

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