Uses of Interface
com.dyuproject.web.rest.ValidatingConsumer.FieldValidator

Packages that use ValidatingConsumer.FieldValidator
com.dyuproject.web.rest.consumer   
com.dyuproject.web.rest.validator   
 

Uses of ValidatingConsumer.FieldValidator in com.dyuproject.web.rest.consumer
 

Fields in com.dyuproject.web.rest.consumer declared as ValidatingConsumer.FieldValidator
protected  ValidatingConsumer.FieldValidator SimpleJSONConsumer.ValidatingSetter._validator
           
 

Methods in com.dyuproject.web.rest.consumer that return ValidatingConsumer.FieldValidator
 ValidatingConsumer.FieldValidator SimpleJSONConsumer.ValidatingSetter.getValidator()
           
 

Constructors in com.dyuproject.web.rest.consumer with parameters of type ValidatingConsumer.FieldValidator
SimpleJSONConsumer.ValidatingSetter(String propertyName, Method method, boolean required, ValidatingConsumer.FieldValidator validator, String errorMsg)
           
 

Uses of ValidatingConsumer.FieldValidator in com.dyuproject.web.rest.validator
 

Classes in com.dyuproject.web.rest.validator that implement ValidatingConsumer.FieldValidator
 class AbstractValidator
          Base class for validators that have generic error messages.
 class EmailValidator
          Validates input that resembles an email.
 



Copyright © 2008-2013. All Rights Reserved.