validation.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [validation]
www.codever.land/bookmarks/t/validation
Create Your Own Constraints With Bean Validation 2.0 - DZone Java
https://dzone.com/articles/create-your-own-constraint-with-bean-validation-20
Take a look at how you can create and export your own custom constraints for Bean Validation with this step-by-step tutorial.
- :calendar: published on: 2018-01-09
- tags: java, validation, bean-validation
Jakarta Bean Validation - Home Page
What is Jakarta Bean Validation Jakarta Bean Validation is a Java specification which
- lets you express constraints on object models via annotations
- lets you write custom constraints in an ext...
- tags: java, javaee, bean-validation, javabeans, validation
List of Built-In Bean Validation Constraints
https://javaee.github.io/tutorial/bean-validation002.html
Several built-in constraints are available in the javax.validation.constraints package. This link list them.
- tags: java, validation
Hibernate Validator - Jakarta Bean Validation Reference Implementation - Create custom constraints
https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#validator-customconst...
The Jakarta Bean Validation API defines a whole set of standard constraint annotations such as @NotNull, @Size etc. In cases where these built-in constraints are not sufficient, you can easily create ...
- tags: java, validation, javaee
checkdigit
https://github.com/osamingo/checkdigit
Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.).
- tags: go, validation
- :octocat: source code
govalidator
https://github.com/asaskevich/govalidator
Validators and sanitizers for strings, numerics, slices and structs.
- tags: go, validation
- :octocat: source code
govalidator
https://github.com/thedevsaddam/govalidator
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
- tags: go, validation
- :octocat: source code
jio
https://github.com/faceair/jio
jio is a json schema validator similar to joi.
- tags: go, validation
- :octocat: source code
ozzo-validation
https://github.com/go-ozzo/ozzo-validation
Supports validation of various data types (structs, strings, maps, slices, etc.) with configurable and extensible validation rules specified in usual code constructs instead of struct tags.
- tags: go, validation
- :octocat: source code
validate
https://github.com/gookit/validate
Go package for data validation and filtering. support validate Map, Struct, Request(Form, JSON, url.Values, Uploaded Files) data and more features.
- tags: go, validation
- :octocat: source code
validate
https://github.com/gobuffalo/validate
This package provides a framework for writing validations for Go applications.
- tags: go, validation
- :octocat: source code
validator
https://github.com/go-playground/validator
Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.
- tags: go, validation
- :octocat: source code
Parsley.js
https://github.com/guillaumepotier/Parsley.js
Validate your forms, frontend, without writing a single line of javascript.
- tags: javascript, validation
- :octocat: source code
jquery-validation
https://github.com/jzaefferer/jquery-validation
jQuery Validation Plugin.
- tags: javascript, validation
- :octocat: source code
validate.js
https://github.com/rickharrison/validate.js
Lightweight JavaScript form validation library inspired by CodeIgniter.
- tags: javascript, validation
- :octocat: source code
validatr
https://github.com/jaymorrow/validatr/
Cross Browser HTML5 Form Validation.
- tags: javascript, validation
- :octocat: source code
FormValidation
The best jQuery plugin to validate form fields. Formerly BootstrapValidator.
- tags: javascript, validation
is.js
https://github.com/arasatasaygin/is.js
Check types, regexps, presence, time and more.
- tags: javascript, validation
- :octocat: source code
FieldVal
https://github.com/FieldVal/fieldval-js
multipurpose validation library. Supports both sync and async validation.
- tags: javascript, validation
- :octocat: source code
joi
Object schema description language and validator for JavaScript objects.
- tags: node.js, validation
- :octocat: source code
is-my-json-valid
https://github.com/mafintosh/is-my-json-valid
JSON Schema validator that uses code generation to be extremely fast.
- tags: node.js, validation
- :octocat: source code
property-validator
https://github.com/nettofarah/property-validator
Easy property validation for Express.
- tags: node.js, validation
- :octocat: source code
schema-inspector
https://github.com/Atinux/schema-inspector
JSON API sanitization and validation.
- tags: node.js, validation
- :octocat: source code
ajv
https://github.com/epoberezkin/ajv
The fastest JSON Schema validator. Supports v5 proposals.
- tags: node.js, validation
- :octocat: source code