public final class PropertyConstraintDef extends Object
Constructor and Description |
---|
PropertyConstraintDef(String name,
List<ConstraintDef> constraints) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<ConstraintDef> |
getConstraints() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public PropertyConstraintDef(@Nonnull String name, @Nonnull List<ConstraintDef> constraints)
@Nonnull public List<ConstraintDef> getConstraints()