public abstract static class CompositeConstraintsBuilder.AbstractCompositeConstraint<T> extends ValuedConstraint<java.lang.String,T>
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Constraint<? super T>> |
constraints |
| Constructor and Description |
|---|
AbstractCompositeConstraint(CompositeType type,
java.util.List<Constraint<? super T>> constraints) |
getValuegetType, testpublic final java.util.List<Constraint<? super T>> constraints
public AbstractCompositeConstraint(CompositeType type, java.util.List<Constraint<? super T>> constraints)