Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 540 Bytes

RESEARCH.md

File metadata and controls

27 lines (21 loc) · 540 Bytes

Research

Hibernate Validator

hibernate validator classes

  • AbstractValidationContext
  • ConstraintViolationImpl
  • ConstraintTree
  • ValidatorImpl
  • TypeNames
  • ConstraintHelper
  • PlatformResourceBundleLocator
  • ValidatorFactoryBean
  • ConstraintDef
  • ConstraintMapping

Hibernate Validator does allow you to specify validations for each item in a list. Take a look and see what they do.

fluentvalidation

  • ValidatorMetadata
  • PropertyValidatorContext
  • DefaultValidatorOptions

Validot

https://github.com/bartoszlenar/Validot