public interface Fv
| Modifier and Type | Interface and Description |
|---|---|
static class |
Fv.BeanValidationException |
static class |
Fv.CustomResult
Created by fbelov on 07.06.16.
|
static class |
Fv.Result<R> |
static interface |
Fv.Validator<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> FluentValidatorBuilder<T> |
of(java.lang.Class<T> clazz) |
static <T> FluentValidatorBuilder<T> |
of(java.lang.String property,
java.lang.Class<T> clazz) |
static <T> FluentValidatorBuilder<T> of(java.lang.Class<T> clazz)
static <T> FluentValidatorBuilder<T> of(java.lang.String property, java.lang.Class<T> clazz)