@Api(allMethods=true)
public class PatternConstraintInfo
extends Object
implements ConstraintInfo
The constrained string attribute must match the following regular expression. The regular expression follows the Java
regular expression conventions see java.util.regex.Pattern. Accepts String. null elements are considered valid.