Uses of Class
org.restlet.routing.Validator.ValidateInfo
-
Packages that use Validator.ValidateInfo Package Description org.restlet.routing Classes related to call routing. -
-
Uses of Validator.ValidateInfo in org.restlet.routing
Fields in org.restlet.routing with type parameters of type Validator.ValidateInfo Modifier and Type Field Description private java.util.List<Validator.ValidateInfo>Validator. validationsThe list of attribute validations.Methods in org.restlet.routing that return types with arguments of type Validator.ValidateInfo Modifier and Type Method Description private java.util.List<Validator.ValidateInfo>Validator. getValidations()Returns the list of attribute validations.
-