public final class ConstraintsBuilder<T> extends AbstractConstraintsBuilder<T,ConstraintsBuilder<T>>
type| Constructor and Description |
|---|
ConstraintsBuilder(java.util.List<Constraint<? super T>> sourceConstraints,
java.lang.Class<T> type,
ConfigValueBuilder<T> source) |
| Modifier and Type | Method and Description |
|---|---|
CompositeConstraintBuilder<T> |
composite(CompositeType type) |
ConfigValueBuilder<T> |
finish() |
maxNumerical, maxStringLength, minNumerical, minStringLength, regexpublic ConstraintsBuilder(java.util.List<Constraint<? super T>> sourceConstraints, java.lang.Class<T> type, ConfigValueBuilder<T> source)
public CompositeConstraintBuilder<T> composite(CompositeType type)
public ConfigValueBuilder<T> finish()