| Package | Description |
|---|---|
| br.com.fluentvalidator.context | |
| br.com.fluentvalidator.handler |
| Modifier and Type | Method and Description |
|---|---|
static Error |
Error.create(String field,
String message,
String code,
Object attemptedValue) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Error> |
ValidationResult.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationContext.Context.addErrors(Collection<Error> errs) |
static ValidationResult |
ValidationResult.fail(Collection<Error> messages) |
| Modifier and Type | Method and Description |
|---|---|
default Collection<Error> |
HandlerInvalidField.handle(Object instance,
P attemptedValue) |
default Collection<Error> |
HandlerInvalidField.handle(P attemptedValue) |
Copyright © 2019–2021 com.github.mvallim. All rights reserved.