Bookmarks tagged [validation]
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.
- 📆 published on: 2018-01-09
- tags: java, validation, bean-validation
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
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
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
https://github.com/osamingo/checkdigit
Provide check digit algorithms (Luhn, Verhoeff, Damm) and calculators (ISBN, EAN, JAN, UPC, etc.).
- tags: go, validation
- source code
https://github.com/asaskevich/govalidator
Validators and sanitizers for strings, numerics, slices and structs.
- tags: go, validation
- source code
https://github.com/thedevsaddam/govalidator
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
- tags: go, validation
- source code
https://github.com/faceair/jio
jio is a json schema validator similar to joi.
- tags: go, validation
- source code
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
- source code
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
- source code
https://github.com/gobuffalo/validate
This package provides a framework for writing validations for Go applications.
- tags: go, validation
- source code
https://github.com/go-playground/validator
Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving.
- tags: go, validation
- source code
https://github.com/guillaumepotier/Parsley.js
Validate your forms, frontend, without writing a single line of javascript.
- tags: javascript, validation
- source code
https://github.com/jzaefferer/jquery-validation
jQuery Validation Plugin.
- tags: javascript, validation
- source code
https://github.com/rickharrison/validate.js
Lightweight JavaScript form validation library inspired by CodeIgniter.
- tags: javascript, validation
- source code
https://github.com/jaymorrow/validatr/
Cross Browser HTML5 Form Validation.
- tags: javascript, validation
- source code
The best jQuery plugin to validate form fields. Formerly BootstrapValidator.
- tags: javascript, validation
https://github.com/arasatasaygin/is.js
Check types, regexps, presence, time and more.
- tags: javascript, validation
- source code
https://github.com/FieldVal/fieldval-js
multipurpose validation library. Supports both sync and async validation.
- tags: javascript, validation
- source code
Object schema description language and validator for JavaScript objects.
- tags: node.js, validation
- source code
https://github.com/mafintosh/is-my-json-valid
JSON Schema validator that uses code generation to be extremely fast.
- tags: node.js, validation
- source code
https://github.com/nettofarah/property-validator
Easy property validation for Express.
- tags: node.js, validation
- source code
https://github.com/Atinux/schema-inspector
JSON API sanitization and validation.
- tags: node.js, validation
- source code
https://github.com/epoberezkin/ajv
The fastest JSON Schema validator. Supports v5 proposals.
- tags: node.js, validation
- source code