T - public class BindingResult<T>
extends java.lang.Object
ConfijNode and its child-results. Facilitates post-processing,
such as with a ConfijValidator.| Constructor and Description |
|---|
BindingResult() |
| Modifier and Type | Method and Description |
|---|---|
static <X> BindingResult<X> |
of(X value,
ConfijNode node,
java.util.List<BindingResult<?>> children) |
static <X> BindingResult<X> |
ofLeaf(X value,
ConfijNode node) |
public static <X> BindingResult<X> ofLeaf(X value, ConfijNode node)
public static <X> BindingResult<X> of(X value, ConfijNode node, java.util.List<BindingResult<?>> children)