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
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.
ValidationContext.Context
addRule(Predicate<P>, Rule<P>)
- Method in interface br.com.fluentvalidator.builder.
RuleBuilder
addRule(Predicate<Collection<P>>, Rule<Collection<P>>)
- Method in class br.com.fluentvalidator.rule.
CollectionRule
addRule(Predicate<P>, Rule<P>)
- Method in class br.com.fluentvalidator.rule.
PropetyRule
apply(T)
- Method in class br.com.fluentvalidator.
AbstractValidator
apply(T)
- Method in interface br.com.fluentvalidator.builder.
Rule
apply(T)
- Method in class br.com.fluentvalidator.rule.
CollectionRule
apply(T)
- Method in class br.com.fluentvalidator.rule.
PropetyRule
B
between(T, T)
- 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.exception
- package br.com.fluentvalidator.exception
br.com.fluentvalidator.predicate
- package br.com.fluentvalidator.predicate
br.com.fluentvalidator.rule
- package br.com.fluentvalidator.rule
C
Code
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
CollectionPredicate
- Class in
br.com.fluentvalidator.predicate
CollectionRule
<
T
,
P
> - Class in
br.com.fluentvalidator.rule
CollectionRule(Function<T, Collection<P>>)
- Constructor for class br.com.fluentvalidator.rule.
CollectionRule
ComparablePredicate
- Class in
br.com.fluentvalidator.predicate
Context()
- Constructor for class br.com.fluentvalidator.
ValidationContext.Context
create(String, String, String, Object)
- Static method in class br.com.fluentvalidator.exception.
Error
create(Class<? extends ValidationException>)
- 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.
WithValidator
critical(Class<? extends ValidationException>)
- Method in interface br.com.fluentvalidator.builder.
WithValidator
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.exception
Error(String, String, String, Object)
- Constructor for class br.com.fluentvalidator.exception.
Error
F
fail(Collection<Error>)
- Static method in class br.com.fluentvalidator.
ValidationResult
FieldName
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
G
get()
- Static method in class br.com.fluentvalidator.
ValidationContext
getAttemptedValue()
- Method in class br.com.fluentvalidator.exception.
Error
getCode()
- Method in class br.com.fluentvalidator.exception.
Error
getError()
- Method in exception br.com.fluentvalidator.exception.
ValidationException
getErrors()
- Method in class br.com.fluentvalidator.
ValidationResult
getField()
- Method in class br.com.fluentvalidator.exception.
Error
getMessage()
- Method in class br.com.fluentvalidator.exception.
Error
getProperty(String, Class<P>)
- Method in class br.com.fluentvalidator.
ValidationContext.Context
getPropertyOnContext(String, Class<P>)
- Method in class br.com.fluentvalidator.
AbstractValidator
getValidationResult()
- Method in class br.com.fluentvalidator.
ValidationContext.Context
greaterThan(T)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
greaterThanOrEqual(T)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
H
hasAny(Collection<?>)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasAny(Object...)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasItem(Object)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasItems(Collection<?>)
- Static method in class br.com.fluentvalidator.predicate.
CollectionPredicate
hasItems(Object...)
- 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
isFalse()
- Static method in class br.com.fluentvalidator.predicate.
LogicalPredicate
isTrue()
- Static method in class br.com.fluentvalidator.predicate.
LogicalPredicate
isValid()
- Method in class br.com.fluentvalidator.
ValidationResult
L
lessThan(T)
- Static method in class br.com.fluentvalidator.predicate.
ComparablePredicate
lessThanOrEqual(T)
- 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<P>)
- Method in interface br.com.fluentvalidator.builder.
When
N
not(Predicate<T>)
- Static method in class br.com.fluentvalidator.predicate.
LogicalPredicate
nullValue()
- Static method in class br.com.fluentvalidator.predicate.
ObjectPredicate
nullValue(Class<T>)
- Static method in class br.com.fluentvalidator.predicate.
ObjectPredicate
O
ObjectPredicate
- Class in
br.com.fluentvalidator.predicate
ok()
- Static method in class br.com.fluentvalidator.
ValidationResult
P
process(P, Rule<P>)
- Static method in class br.com.fluentvalidator.rule.
ValidationProcessor
process(Collection<P>, Rule<P>)
- Static method in class br.com.fluentvalidator.rule.
ValidationProcessor
process(P, Collection<Rule<P>>)
- Static method in class br.com.fluentvalidator.rule.
ValidationProcessor
PropetyRule
<
T
,
P
> - Class in
br.com.fluentvalidator.rule
PropetyRule(Function<T, P>)
- Constructor for class br.com.fluentvalidator.rule.
PropetyRule
R
remove()
- Static method in class br.com.fluentvalidator.
ValidationContext
Rule
<
T
> - Interface in
br.com.fluentvalidator.builder
RuleBuilder
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
RuleCollection
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
ruleFor(Function<T, P>)
- Method in class br.com.fluentvalidator.
AbstractValidator
ruleFor(Function<T, P>)
- Method in interface br.com.fluentvalidator.builder.
Validator
ruleForEach(Function<T, Collection<P>>)
- Method in class br.com.fluentvalidator.
AbstractValidator
ruleForEach(Function<T, Collection<P>>)
- Method in interface br.com.fluentvalidator.builder.
Validator
RuleProperty
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
rules()
- Method in class br.com.fluentvalidator.
AbstractValidator
S
setProperty(String, Object)
- Method in class br.com.fluentvalidator.
ValidationContext.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
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
T
toString()
- Method in class br.com.fluentvalidator.exception.
Error
V
validate(T)
- Method in class br.com.fluentvalidator.
AbstractValidator
validate(Collection<T>)
- Method in class br.com.fluentvalidator.
AbstractValidator
validate(T)
- Method in interface br.com.fluentvalidator.builder.
Validator
validate(Collection<T>)
- Method in interface br.com.fluentvalidator.builder.
Validator
ValidationContext
- Class in
br.com.fluentvalidator
ValidationContext.Context
- Class in
br.com.fluentvalidator
ValidationException
- Exception in
br.com.fluentvalidator.exception
ValidationException(Collection<Error>)
- Constructor for exception br.com.fluentvalidator.exception.
ValidationException
ValidationProcessor
- Class in
br.com.fluentvalidator.rule
ValidationResult
- Class in
br.com.fluentvalidator
Validator
<
T
> - Interface in
br.com.fluentvalidator.builder
W
when(Predicate<P>)
- Method in interface br.com.fluentvalidator.builder.
Code
when(Predicate<P>)
- Method in interface br.com.fluentvalidator.builder.
Critical
when(Predicate<P>)
- Method in interface br.com.fluentvalidator.builder.
FieldName
when(Predicate<P>)
- Method in interface br.com.fluentvalidator.builder.
Message
when(Predicate<Collection<P>>)
- Method in interface br.com.fluentvalidator.builder.
RuleCollection
when(Predicate<P>)
- Method in interface br.com.fluentvalidator.builder.
RuleProperty
When
<
T
,
P
,
W
extends
When
<
T
,
P
,
W
>> - Interface in
br.com.fluentvalidator.builder
when(Predicate<P>)
- Method in interface br.com.fluentvalidator.builder.
WithValidator
when(Predicate<Collection<P>>)
- Method in class br.com.fluentvalidator.rule.
CollectionRule
when(Predicate<P>)
- Method in class br.com.fluentvalidator.rule.
PropetyRule
WhenCollection
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
WhenProperty
<
T
,
P
> - Interface in
br.com.fluentvalidator.builder
withCode(String)
- Method in interface br.com.fluentvalidator.builder.
Message
withFieldName(String)
- Method in interface br.com.fluentvalidator.builder.
Code
withFieldName(String)
- Method in interface br.com.fluentvalidator.builder.
Message
withMessage(String)
- Method in interface br.com.fluentvalidator.builder.
Must
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
A
B
C
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.