| Package | Description |
|---|---|
| fluent.validation |
| Modifier and Type | Method and Description |
|---|---|
static <V> Builder<V,Check<V>> |
BasicChecks.as(Class<V> type) |
static <D,V> Builder<V,Check<D>> |
BasicChecks.has(String name,
Transformation<? super D,V> transformation) |
static <D,V> Builder<V,Check<D>> |
BasicChecks.nullableHas(String name,
Transformation<? super D,V> transformation) |
<V> Builder<V,L> |
AbstractCheckDsl.withField(String name,
Transformation<? super D,V> transformation) |
Copyright © 2019. All rights reserved.