nl.knowlogy.validation
Interface CustomValidator

All Known Implementing Classes:
CreditcardNumberValidator

public interface CustomValidator

Interface for building custom validators. Custom validators can be used by the CustomPropertyValidator.

Author:
Robert Hofstra, Knowlogy
See Also:
CustomPropertyValidator

Method Summary
 boolean isValid(Object value)
           
 

Method Detail

isValid

boolean isValid(Object value)


Copyright © 2007. All Rights Reserved.