org.unitils.objectvalidation
Interface ObjectValidationRulesCollection

All Known Implementing Classes:
SunBeanRules, SunBeanRulesWithMocks, UtilityClassRules

public interface ObjectValidationRulesCollection

The interface for a collection of rules.

Since:
Oct 11, 2013
Author:
Matthieu Mestrez

Method Summary
 EqualsHashCodeValidator getEqualsHashCodeValidator()
           
 List<Rule> getRules()
           
 

Method Detail

getRules

List<Rule> getRules()

getEqualsHashCodeValidator

EqualsHashCodeValidator getEqualsHashCodeValidator()


Copyright © 2013-2015. All Rights Reserved.