JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
W
A
AbstractValidator
<
T
> - Class in
br.com.fluentvalidator
AbstractValidator()
- Constructor for class br.com.fluentvalidator.
AbstractValidator
addError(String, String, String, Object)
- Method in class br.com.fluentvalidator.context.
Context
apply(T)
- Method in class br.com.fluentvalidator.
AbstractValidator
apply(T)
- Method in interface br.com.fluentvalidator.rule.
Rule
apply(T)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
apply(T)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
B
between(E, E)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
br.com.fluentvalidator
- package br.com.fluentvalidator
br.com.fluentvalidator.builder
- package br.com.fluentvalidator.builder
br.com.fluentvalidator.context
- package br.com.fluentvalidator.context
br.com.fluentvalidator.exception
- package br.com.fluentvalidator.exception
br.com.fluentvalidator.predicate
- package br.com.fluentvalidator.predicate
br.com.fluentvalidator.rule
- package br.com.fluentvalidator.rule
br.com.fluentvalidator.transform
- package br.com.fluentvalidator.transform
C
Code
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
CollectionPredicate
- Class in
br.com.fluentvalidator.predicate
ComparablePredicate
- Class in
br.com.fluentvalidator.predicate
Context
- Class in
br.com.fluentvalidator.context
Context()
- Constructor for class br.com.fluentvalidator.context.
Context
create(String, String, String, Object)
- Static method in class br.com.fluentvalidator.context.
Error
create(Class<T>)
- Static method in exception br.com.fluentvalidator.exception.
ValidationException
create(Class<T>, ValidationResult)
- Static method in exception br.com.fluentvalidator.exception.
ValidationException
critical()
- Method in interface br.com.fluentvalidator.builder.
Code
critical(Class<? extends ValidationException>)
- Method in interface br.com.fluentvalidator.builder.
Code
Critical
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
critical()
- Method in interface br.com.fluentvalidator.builder.
FieldName
critical(Class<? extends ValidationException>)
- Method in interface br.com.fluentvalidator.builder.
FieldName
critical()
- Method in interface br.com.fluentvalidator.builder.
Message
critical(Class<? extends ValidationException>)
- Method in interface br.com.fluentvalidator.builder.
Message
critical()
- Method in interface br.com.fluentvalidator.builder.
When
critical(Class<? extends ValidationException>)
- Method in interface br.com.fluentvalidator.builder.
When
critical()
- Method in interface br.com.fluentvalidator.builder.
WithValidator
critical(Class<? extends ValidationException>)
- Method in interface br.com.fluentvalidator.builder.
WithValidator
critical()
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
critical(Class<? extends ValidationException>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
critical()
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
critical(Class<? extends ValidationException>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
D
dateBetween(String, String, String)
- Static method in class br.com.fluentvalidator.predicate.
DatePredicate
dateEqualTo(String, String)
- Static method in class br.com.fluentvalidator.predicate.
DatePredicate
dateGreaterThan(String, String)
- Static method in class br.com.fluentvalidator.predicate.
DatePredicate
dateGreaterThanOrEqual(String, String)
- Static method in class br.com.fluentvalidator.predicate.
DatePredicate
dateLessThan(String, String)
- Static method in class br.com.fluentvalidator.predicate.
DatePredicate
dateLessThanOrEqual(String, String)
- Static method in class br.com.fluentvalidator.predicate.
DatePredicate
DatePredicate
- Class in
br.com.fluentvalidator.predicate
E
empty()
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
equalTo(T)
- Static method in class br.com.fluentvalidator.predicate.
ObjectPredicate
Error
- Class in
br.com.fluentvalidator.context
Error(String, String, String, Object)
- Constructor for class br.com.fluentvalidator.context.
Error
F
FieldName
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
from(Predicate<T>)
- Static method in class br.com.fluentvalidator.predicate.
PredicateBuilder
G
get()
- Static method in class br.com.fluentvalidator.context.
ValidationContext
getAttemptedValue()
- Method in class br.com.fluentvalidator.context.
Error
getCode()
- Method in class br.com.fluentvalidator.context.
Error
getErrors()
- Method in class br.com.fluentvalidator.context.
ValidationResult
getField()
- Method in class br.com.fluentvalidator.context.
Error
getMessage()
- Method in class br.com.fluentvalidator.context.
Error
getProperty(String, Class<P>)
- Method in class br.com.fluentvalidator.context.
Context
getPropertyOnContext(String, Class<P>)
- Method in class br.com.fluentvalidator.
AbstractValidator
getValidationResult()
- Method in class br.com.fluentvalidator.context.
Context
getValidationResult()
- Method in exception br.com.fluentvalidator.exception.
ValidationException
greaterThan(E)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
greaterThanOrEqual(E)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
H
hasAny(Collection<E>)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasAny(E...)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasItem(E)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasItems(Collection<E>)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasItems(E...)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasSize(int)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
I
instanceOf(Class<?>)
- Static method in class br.com.fluentvalidator.predicate.
ObjectPredicate
isAlpha()
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
isAlphaNumeric()
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
isFalse()
- Static method in class br.com.fluentvalidator.predicate.
LogicalPredicate
isInvalidThrow(Class<T>)
- Method in class br.com.fluentvalidator.context.
ValidationResult
isNumber()
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
isNumeric()
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
isTrue()
- Static method in class br.com.fluentvalidator.predicate.
LogicalPredicate
isValid()
- Method in class br.com.fluentvalidator.context.
ValidationResult
L
lessThan(E)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
lessThanOrEqual(E)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
LogicalPredicate
- Class in
br.com.fluentvalidator.predicate
M
Message
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
Must
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
must(Predicate<Collection<P>>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
must(Predicate<P>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
N
not(Predicate<T>)
- Static method in class br.com.fluentvalidator.predicate.
LogicalPredicate
nullValue()
- Static method in class br.com.fluentvalidator.predicate.
ObjectPredicate
O
ObjectPredicate
- Class in
br.com.fluentvalidator.predicate
P
PredicateBuilder
<
T
> - Class in
br.com.fluentvalidator.predicate
process(E, Rule<E>)
- Static method in class br.com.fluentvalidator.rule.
RuleProcessor
process(Collection<E>, Rule<E>)
- Static method in class br.com.fluentvalidator.rule.
RuleProcessor
process(E, Collection<Rule<E>>)
- Static method in class br.com.fluentvalidator.rule.
RuleProcessor
R
remove()
- Static method in class br.com.fluentvalidator.context.
ValidationContext
Rule
<
T
> - Interface in
br.com.fluentvalidator.rule
RuleBuilderCollection
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
RuleBuilderCollectionImpl
<
T
,
P
> - Class in
br.com.fluentvalidator.rule
RuleBuilderCollectionImpl(Function<T, Collection<P>>)
- Constructor for class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
RuleBuilderProperty
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
RuleBuilderPropertyImpl
<
T
,
P
> - Class in
br.com.fluentvalidator.rule
RuleBuilderPropertyImpl(Function<T, P>)
- Constructor for class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
ruleFor(Function<T, P>)
- Method in class br.com.fluentvalidator.
AbstractValidator
ruleFor(Function<T, P>)
- Method in interface br.com.fluentvalidator.
Validator
ruleForEach(Function<T, Collection<P>>)
- Method in class br.com.fluentvalidator.
AbstractValidator
ruleForEach(Function<T, Collection<P>>)
- Method in interface br.com.fluentvalidator.
Validator
RuleProcessor
- Class in
br.com.fluentvalidator.rule
rules()
- Method in class br.com.fluentvalidator.
AbstractValidator
S
setProperty(String, Object)
- Method in class br.com.fluentvalidator.context.
Context
setPropertyOnContext(String)
- Method in class br.com.fluentvalidator.
AbstractValidator
stringContains(String)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
stringEmptyOrNull()
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
stringMatches(String)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
StringPredicate
- Class in
br.com.fluentvalidator.predicate
stringSize(int)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
stringSizeBetween(int, int)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
stringSizeGreaterThan(int)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
stringSizeGreaterThanOrEqual(int)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
stringSizeLessThan(int)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
stringSizeLessThanOrEqual(int)
- Static method in class br.com.fluentvalidator.predicate.
StringPredicate
support(T)
- Method in class br.com.fluentvalidator.
AbstractValidator
support(T)
- Method in interface br.com.fluentvalidator.rule.
Rule
support(T)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
support(T)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
T
test(T)
- Method in class br.com.fluentvalidator.predicate.
PredicateBuilder
toString()
- Method in class br.com.fluentvalidator.context.
Error
toString()
- Method in class br.com.fluentvalidator.context.
ValidationResult
transform(ValidationResult)
- Method in interface br.com.fluentvalidator.transform.
ValidationResultTransform
V
validate(T)
- Method in class br.com.fluentvalidator.
AbstractValidator
validate(T, ValidationResultTransform<E>)
- Method in class br.com.fluentvalidator.
AbstractValidator
validate(Collection<T>)
- Method in class br.com.fluentvalidator.
AbstractValidator
validate(Collection<T>, ValidationResultTransform<E>)
- Method in class br.com.fluentvalidator.
AbstractValidator
validate(T)
- Method in interface br.com.fluentvalidator.
Validator
validate(T, ValidationResultTransform<E>)
- Method in interface br.com.fluentvalidator.
Validator
validate(Collection<T>)
- Method in interface br.com.fluentvalidator.
Validator
validate(Collection<T>, ValidationResultTransform<E>)
- Method in interface br.com.fluentvalidator.
Validator
ValidationContext
- Class in
br.com.fluentvalidator.context
ValidationException
- Exception in
br.com.fluentvalidator.exception
ValidationException(ValidationResult)
- Constructor for exception br.com.fluentvalidator.exception.
ValidationException
ValidationResult
- Class in
br.com.fluentvalidator.context
ValidationResultTransform
<
E
> - Interface in
br.com.fluentvalidator.transform
Validator
<
T
> - Interface in
br.com.fluentvalidator
W
when(Predicate<P>)
- Method in interface br.com.fluentvalidator.builder.
Must
When
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
when(Predicate<Collection<P>>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
when(Predicate<P>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
WhenCollection
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
whenever(Predicate<Collection<P>>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
whenever(Predicate<P>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
WhenProperty
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
withCode(String)
- Method in interface br.com.fluentvalidator.builder.
Message
withCode(String)
- Method in interface br.com.fluentvalidator.builder.
When
withCode(String)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
withCode(String)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
withFieldName(String)
- Method in interface br.com.fluentvalidator.builder.
Code
withFieldName(String)
- Method in interface br.com.fluentvalidator.builder.
Message
withFieldName(String)
- Method in interface br.com.fluentvalidator.builder.
When
withFieldName(String)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
withFieldName(String)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
withMessage(String)
- Method in interface br.com.fluentvalidator.builder.
Must
withMessage(String)
- Method in interface br.com.fluentvalidator.builder.
When
withMessage(String)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
withMessage(String)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
withValidator(Validator<P>)
- Method in interface br.com.fluentvalidator.builder.
WhenCollection
withValidator(Validator<P>)
- Method in interface br.com.fluentvalidator.builder.
WhenProperty
WithValidator
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
withValidator(Validator<P>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderCollectionImpl
withValidator(Validator<P>)
- Method in class br.com.fluentvalidator.rule.
RuleBuilderPropertyImpl
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019
com.github.mvallim
. All rights reserved.