We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c7ef9 commit b193756Copy full SHA for b193756
README.md
@@ -4,7 +4,15 @@ A rule based validator developed for easy use with the Spring Boot framework.
4
- *Extendable*: You can always add custom rules
5
6
## Table of contents
7
-[Adding dependency](#adding-dependency)
+- [Adding dependency](#adding-dependency)
8
+- [Usage](#usage)
9
+- [Internationalization](#internationalization)
10
+- [Builders and Methods](#builders-and-methods)
11
+ - [`string` rules](#string-rules)
12
+ - [`number` rules](#number-rules)
13
+ - [`object` rules](#object-rules)
14
+ - [`array` rules](#array-rules)
15
+- [Custom rules](#custom-rules)
16
17
## Adding dependency
18
To use the validator add the following dependency to your `pom.xml`.
0 commit comments