| Package | Description |
|---|---|
| fluent.validation |
| Modifier and Type | Method and Description |
|---|---|
static <V> Builder<V,Check<V>> |
Checks.as(Class<V> type) |
static Builder<String,Check<Element>> |
Checks.attribute(String name) |
static <D,V> Builder<V,Check<D>> |
Checks.has(String name,
Function<? super D,V> function) |
static <D,V> Builder<V,Check<D>> |
Checks.nullableHas(String name,
Function<? super D,V> function) |
<V> Builder<V,L> |
CheckDsl.withField(String name,
Function<? super D,V> function) |
Copyright © 2018. All rights reserved.