Skip to content
#

validation-library

Here are 305 public repositories matching this topic...

Validot
bartoszlenar
bartoszlenar commented Feb 24, 2021

Feature description

  • French translation for the default Validot's message set.
  • Placeholders support where applicable.
  • Fluent api extension method to ValidatorSettings so it can be nicely used from Validator.Factory.Create.

Feature in action

var validator = Validator.Factory.Create(
    specification,
    s => s.WithFrenchTranslation()
);

validator.Settin
java-fluent-validator

Java Fluent Validator is inspired by Fluent Interface and .Net FluentValidation which defined an inner-DSL within Java language for programmers to use. A fluent interface implies that its primary goal is to make it easy to SPEAK and UNDERSTAND.

  • Updated Dec 18, 2021
  • Java

Improve this page

Add a description, image, and links to the validation-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the validation-library topic, visit your repo's landing page and select "manage topics."

Learn more