| Package | Description |
|---|---|
| fluent.validation |
| Modifier and Type | Method and Description |
|---|---|
static <V> TransformationBuilder<V,Check<V>> |
BasicChecks.as(Class<V> type)
Fluent builder of a check, that will assure, that provided object is instance of required class, and if yes,
it will cast it to that class, and apply provided check on the required type.
|
static <D,V> TransformationBuilder<V,Check<D>> |
BasicChecks.has(String name,
Transformation<? super D,V> transformation) |
static <D,V> TransformationBuilder<V,Check<D>> |
BasicChecks.has(Transformation<? super D,V> transformation) |
static TransformationBuilder<Object,Check<Object>> |
XmlChecks.hasNode(String xPath) |
static TransformationBuilder<Object,Check<Object>> |
XmlChecks.hasNode(String xPath,
QName type) |
static TransformationBuilder<Object,Check<String>> |
XmlChecks.hasTextContent(String xPath) |
default <U> TransformationBuilder<U,R> |
TransformationBuilder.having(String name,
Transformation<V,U> transformation)
Chain additional transformation, ending up with null safe chaining.
|
default <U> TransformationBuilder<U,R> |
TransformationBuilder.having(Transformation<V,U> transformation)
Chain additional transformation, ending up with null safe chaining.
|
static <D,V> TransformationBuilder<V,Check<D>> |
BasicChecks.nullableHas(String name,
Transformation<? super D,V> transformation) |
static <D,V> TransformationBuilder<V,Check<D>> |
BasicChecks.nullableHas(Transformation<? super D,V> transformation) |
<V> TransformationBuilder<V,L> |
AbstractCheckDsl.withField(String name,
Transformation<? super D,V> transformation) |
<V> TransformationBuilder<V,L> |
AbstractCheckDsl.withField(Transformation<? super D,V> transformation) |
Copyright © 2021. All rights reserved.