public class ConstraintsBuilder<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<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() |
ConstraintsBuilder<T> |
maxNumerical(T min) |
ConstraintsBuilder<T> |
minNumerical(T min) |
public ConstraintsBuilder(java.util.List<Constraint<? super T>> sourceConstraints, java.lang.Class<T> type, ConfigValueBuilder<T> source)
public CompositeConstraintBuilder<T> composite(CompositeType type)
public ConstraintsBuilder<T> minNumerical(T min) throws RuntimeFiberException
RuntimeFiberExceptionpublic ConstraintsBuilder<T> maxNumerical(T min) throws RuntimeFiberException
RuntimeFiberExceptionpublic ConfigValueBuilder<T> finish()