Package org.restlet.routing
Class Validator.ValidateInfo
- java.lang.Object
-
- org.restlet.routing.Validator.ValidateInfo
-
- Enclosing class:
- Validator
private static final class Validator.ValidateInfo extends java.lang.ObjectInternal class holding validation information.
-
-
Constructor Summary
Constructors Constructor Description ValidateInfo(java.lang.String attribute, boolean required, java.lang.String format)Constructor.
-
-
-
Constructor Detail
-
ValidateInfo
public ValidateInfo(java.lang.String attribute, boolean required, java.lang.String format)Constructor.- Parameters:
attribute- Name of the attribute to look for.required- Indicates if the attribute presence is required.format- Format of the attribute value, using Regex pattern syntax.
-
-