jar

com.github.mvallim : java-fluent-validator

Maven & Gradle

Dec 19, 2021
1 usages
142 stars

java-fluent-validator · A Java validation framework leveraging fluent interface style.

Table Of Contents

Latest Version

Download com.github.mvallim : java-fluent-validator JAR file - Latest Versions:

All Versions

Download com.github.mvallim : java-fluent-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window java-fluent-validator-1.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.com.fluentvalidator.handler

├─ br.com.fluentvalidator.handler.HandlerInvalidField.class - [JAR]

br.com.fluentvalidator.predicate

├─ br.com.fluentvalidator.predicate.CollectionPredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.ComparablePredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.DatePredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.DateTimePredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.LocalDatePredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.LocalDateTimePredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.LocalTimePredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.LogicalPredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.MapPredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.ObjectPredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.PredicateBuilder.class - [JAR]

├─ br.com.fluentvalidator.predicate.StringPredicate.class - [JAR]

├─ br.com.fluentvalidator.predicate.TimePredicate.class - [JAR]

br.com.fluentvalidator.rule

├─ br.com.fluentvalidator.rule.AbstractRuleBuilder.class - [JAR]

├─ br.com.fluentvalidator.rule.AbstractValidationRule.class - [JAR]

├─ br.com.fluentvalidator.rule.FieldDescriptor.class - [JAR]

├─ br.com.fluentvalidator.rule.Rule.class - [JAR]

├─ br.com.fluentvalidator.rule.RuleBuilderCollectionImpl.class - [JAR]

├─ br.com.fluentvalidator.rule.RuleBuilderPropertyImpl.class - [JAR]

├─ br.com.fluentvalidator.rule.RuleProcessorDefault.class - [JAR]

├─ br.com.fluentvalidator.rule.RuleProcessorFailFast.class - [JAR]

├─ br.com.fluentvalidator.rule.RuleProcessorStrategy.class - [JAR]

├─ br.com.fluentvalidator.rule.ValidationRule.class - [JAR]

br.com.fluentvalidator.annotation

├─ br.com.fluentvalidator.annotation.CleanValidationContextException.class - [JAR]

br.com.fluentvalidator

├─ br.com.fluentvalidator.AbstractValidator.class - [JAR]

├─ br.com.fluentvalidator.Validator.class - [JAR]

br.com.fluentvalidator.builder

├─ br.com.fluentvalidator.builder.AttemptedValue.class - [JAR]

├─ br.com.fluentvalidator.builder.Code.class - [JAR]

├─ br.com.fluentvalidator.builder.Critical.class - [JAR]

├─ br.com.fluentvalidator.builder.FieldName.class - [JAR]

├─ br.com.fluentvalidator.builder.HandleInvalidField.class - [JAR]

├─ br.com.fluentvalidator.builder.Message.class - [JAR]

├─ br.com.fluentvalidator.builder.Must.class - [JAR]

├─ br.com.fluentvalidator.builder.RuleBuilder.class - [JAR]

├─ br.com.fluentvalidator.builder.RuleBuilderCollection.class - [JAR]

├─ br.com.fluentvalidator.builder.RuleBuilderProperty.class - [JAR]

├─ br.com.fluentvalidator.builder.When.class - [JAR]

├─ br.com.fluentvalidator.builder.WhenCollection.class - [JAR]

├─ br.com.fluentvalidator.builder.WhenProperty.class - [JAR]

├─ br.com.fluentvalidator.builder.Whenever.class - [JAR]

├─ br.com.fluentvalidator.builder.WheneverCollection.class - [JAR]

├─ br.com.fluentvalidator.builder.WheneverProperty.class - [JAR]

├─ br.com.fluentvalidator.builder.WithValidator.class - [JAR]

br.com.fluentvalidator.transform

├─ br.com.fluentvalidator.transform.ValidationResultTransform.class - [JAR]

br.com.fluentvalidator.function

├─ br.com.fluentvalidator.function.FunctionBuilder.class - [JAR]

br.com.fluentvalidator.exception

├─ br.com.fluentvalidator.exception.ValidationException.class - [JAR]

br.com.fluentvalidator.context

├─ br.com.fluentvalidator.context.Error.class - [JAR]

├─ br.com.fluentvalidator.context.ProcessorContext.class - [JAR]

├─ br.com.fluentvalidator.context.ValidationContext.class - [JAR]

├─ br.com.fluentvalidator.context.ValidationResult.class - [JAR]

br.com.fluentvalidator.aspect

├─ br.com.fluentvalidator.aspect.ValidationExceptionAdvice.class - [JAR]

Advertisement