org.ocpsoft.rewrite.showcase.rest
Class ProductValidator
java.lang.Object
org.ocpsoft.rewrite.showcase.rest.ProductValidator
- All Implemented Interfaces:
- Validator<Product>
public class ProductValidator
- extends Object
- implements Validator<Product>
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductValidator
public ProductValidator()
isValid
public boolean isValid(Rewrite event,
EvaluationContext context,
Product value)
- Specified by:
isValid in interface Validator<Product>
Copyright © 2013 OCPsoft. All Rights Reserved.